@casejs/schematics

2.0.6 • Public • Published

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!

Package Sidebar

Install

npm i @casejs/schematics

Homepage

case.app

Weekly Downloads

3

Version

2.0.6

License

MIT

Unpacked Size

6.83 kB

Total Files

11

Last publish

Collaborators

  • brunobuddy