2.0.6 • Published 2 years ago
@casejs/schematics v2.0.6
CASE schematics
This repository is a set of CASE Framework schematics for the client (Angular) and the server (NestJS).
Installation
From packages/schematics, run:
npm installDevelopment
To build the schematics, still packages/schematics repository, run:
npm run buildor to watch file changes :
npm run build:watchAfter any change in /files sub-directories, run this command:
npm run moveTo link and use in any CASE project:
cd dist
npm link // May required sudo.and then at the root of your CASE project :
npm link @casejs/schematicsPublishing
To publish, simply update the version number in package.json and do:
npm run publishThat's it!