0.0.1-alpha • Published 8 years ago

ajgenesis-jooby v0.0.1-alpha

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

AjGenesisNode Jooby

AjGenesisNode Jooby 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 jooby

in order to have this module available.

To generate client-side artifacts consuming the server API

ajgenesis jooby:generate

Development

npm install -g ajgenesis
git clone git://github.com/ajlopez/AjGenesisNode-Jooby.git
cd AjGenesisNode-Jooby
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.