gulp-nebiru-express
v1.0.3
Published
Common Tooling For Express Apps
Downloads
2
Readme
Common Gulp Tasks For Express Apps
To work with this project directly
npm install -g gulp
npm install
When ready to push changes
npm version patch --no-git-tag-version; npm publish
For beta builds, use the --tag
switch
npm version patch --no-git-tag-version; npm publish --tag beta