Developer tools
Installation
npm install @rb2-bv/core-connect-cli@latest -gCommands
Command coreconnect will spin up a wizard creating a new project. By default it looks for .env and appsettings.json.
| Explanation | |
|---|---|
--help, -h | Display help |
--version, -v | Display version |
--projectName, -n | The name of the project |
--beTemplate, -b | Type of back-end project |
--feTemplate, -f | Type of front-end project |
--beConfigFile, -bcf | Route to the configuration file for the back-end (defaults to appsettings.Development.json see backend configuration) |
--feConfigFile, -fcf | Route to the configuration file for the front-end (defaults to .env, see front-end configuration) |