0.0.1-alpha • Published 10 years ago

ajgenesisnode-angular v0.0.1-alpha

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

AjGenesisNode Angular

AjGenesisNode Angular tasks and templates. WIP.

Installation

Install AjGenesis for Node globally using:

npm install -g ajgenesis

On Linux, you should use sudo to install a module globally.

Usage

In your project directory, run:

ajgenesis install angular

in order to have this module available.

To generate client-side artifacts consuming the server API

ajgenesis angular:generate

Development

npm install -g ajgenesis
git clone git://github.com/ajlopez/AjGenesisNode-Angular.git
cd AjGenesisNode-Angular
npm link ajgenesis
npm install
npm test

Versions

TBD

Contribution

Feel free to file issues and submit pull requests � contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.