generator-gramex
v1.2.1
Published
A boilerplate to start using Gramex
Downloads
3
Readme
Setup
Install node.js. Then run:
npm install bower yo generator-gramex
Usage
In any directory, run:
yo gramex
... and answer the questions.
Development
To set up, clone this repository. Then, from that directory, run:
npm install -g bower yo
npm install
npm link
To release, change the "version"
string in package.json
to "x.x.x"
, commit and tag:
git commit -m"Summarise features added in this version"
git tag -a vx.x.x -m"one-line summary of features"
Or, you can use npm version patch
which automatically does the above. Then:
git push --follow-tags
# This should be published as sanand0
npm publish
Automated unit tests are pending.