0.0.1 • Published 4 years ago

generator-crax-angular v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

generator-crax-angular NPM version

Installation

First, install Yeoman and generator-crax-angular using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-crax-angular

Then generate your new project:

yo crax-angular

Usage & Project structure

Once you've generated a project, an example app can be run using the ng serve command.

Projects/{app-name}

To emulate the basic use of having Definitions inside if your project, 3 dummy definitions are added the example app.

Projects/example-app

This folder generated the example-app. A very simplified dummy appllication that makes use of our angular library.

Projects/example-e2e

This folder allows for future implementations of end-to-end testing. If you're not planning to work with e2e testing, you can safely delete this folder.

License

MIT © Crax IT

0.0.1

4 years ago

0.0.0

4 years ago