1.0.3 • Published 7 years ago

gulp-nebiru-express v1.0.3

Weekly downloads
-
License
UNLICENSED
Repository
bitbucket
Last release
7 years ago

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