1.2.1 • Published 7 years ago

generator-gramex v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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.

1.2.1

7 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago