generator-gramex

1.2.1 • Public • Published

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.

Package Sidebar

Install

npm i generator-gramex

Weekly Downloads

7

Version

1.2.1

License

ISC

Last publish

Collaborators

  • sanand0
  • sanjayyadav