2.0.6 • Published 6 months ago

@casejs/schematics v2.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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!

2.0.3

10 months ago

2.0.2

10 months ago

2.0.5

8 months ago

2.0.4

10 months ago

2.0.6

6 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago