Licence
—
Version
0.0.1-alpha
Deps
1
Vulns
0
Weekly
0
AjGenesisNode Angular
AjGenesisNode Single Page Application 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 spa
in order to have this module available.
To generate client-side artifacts consuming the server API
ajgenesis spa:generate
Development
npm install -g ajgenesis
git clone git://github.com/ajlopez/AjGenesisNode-Spa.git
cd AjGenesisNode-Spa
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.