- DEVELOPMENT

-- Build and watch with tsc
npm run watch

-- Test schematics
schematics .:new-library
schematics .:new-portal

-- Run schematics
schematics .:new-library --debug=false
schematics .:new-portal --debug=false



- USE

npm i -g @angular-devkit/schematics-cli
npm i -g @cima-foundation/schematics
schematics @cima-foundation/schematics:new-library
schematics @cima-foundation/schematics:new-portal


- Config git to use https insteadof ssh
git config --global url."https://github.com/".insteadOf git@github.com:
git config --global url."https://".insteadOf git://
