0.1.0 • Published 3 years ago
widerbandwidth v0.1.0
===========================
1. Installation
You will need to have nodejs isntalled.
2. Getting started
- open the command line and switch into the project folder
npm installsudo npm install -g gulpgulpto see the list of available tasks
3. Essential Gulp Tasks
gulp builddumps a plain and a minified file from all files in the foldersrcinto the folderdist.gulp cleanremoves all files in the folderdist.gulp testruns the tests and linting for all files in the foldersrc.gulp bump-patchincreases the version by0.0.1for the last git commit and pushes the new tag to the remote repository.gulp bump-minorincreases the version by0.1.0for the last git commit and pushes the new tag to the remote repository.gulp bump-majorincreases the version by1.0.0for the last git commit and pushes the new tag to the remote repository.
0.1.0
3 years ago