AjGenesisNode Entity
AjGenesisNode Entity tasks and templates. WIP.
Installation
Install AjGenesis for Node globally using:
npm install -g ajgenesis
Usage
Add an entity to the current AjGenesis project
ajgenesis entity:add customer
It adds a ajgenesis/models/customer.json
file with an entity named customer.
Add a property address
to entity customer
ajgenesis entity:addproperty customer address
Development
npm install -g ajgenesis
git clone git://github.com/ajlopez/AjGenesisNode-Entity.git
cd AjGenesisNode-Entity
npm link ajgenesis
npm install
npm test
Versions
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.