Tools for Development
The following tools need to be installed in order to be able to implement solutions.
Name | Version | Description | Product URL |
Visual Studio Code (VSCode) | -- | VSCode is an open source editor. | https://code.visualstudio.com/download |
Node.js | Recommended version at least 10.x | Node.js is needed to install Solution CLI and to execute npm commands. | https://nodejs.org |
TypeScript | -- | TypeScript is the development language for low code implementation files. It is a typed superset of JavaScript that compiles to plain JavaScript. | https://www.typescriptlang.org |
TSLint | -- | A tool used to check the quality of the code. | https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin |
EditorConfig | -- | This is used to overwrite the settings of the user workspace. | https://marketplace.visualstudio.com/items?itemName=EditorConfig.editorconfig |
Note: We recommend using the latest version of the tools unless specified otherwise.
Additionally, we do not recommend using GitBash on Windows since it doesn't mask
the password that is entered by the user.