Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 642 Bytes

functions-creator

NPM version

Installation instructions

Publish instructions

> grunt bump:[major|minor|patch]
#If you'd like to test it in your local environment
> npm install . -g 
or
> cd path/to/project/that/uses/this/package
> npm install path/to/this/package

Test your package in some project and make sure it works. When you are absolutely sure

> git push origin master
> git push origin master --tags
> npm publish