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 install
Development
To build the schematics, still packages/schematics
repository, run:
npm run build
or to watch file changes :
npm run build:watch
After any change in /files
sub-directories, run this command:
npm run move
To 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/schematics
Publishing
To publish, simply update the version number in package.json
and do:
npm run publish
That's it!