Skip to content

Developer tools

Installation

Terminal window
npm install @rb2-bv/core-connect-cli@latest -g

Commands

Command coreconnect will spin up a wizard creating a new project. By default it looks for .env and appsettings.json.

Explanation
--help, -hDisplay help
--version, -vDisplay version
--projectName, -nThe name of the project
--beTemplate, -bType of back-end project
--feTemplate, -fType of front-end project
--beConfigFile, -bcfRoute to the configuration file for the back-end (defaults to appsettings.Development.json see backeend configuration)
--feConfigFile, -fcfRoute to the configuration file for the front-end (defaults to .env, see front-end configuration)