slush-gulp-plugin
v0.1.0
Published
A slush generator for gulp plugins.
Downloads
1
Readme
Slush Gulp Plugin
A slush generator for gulp plugins.
How to install and use the generator?
Install the slush:
$ [sudo] npm install -g slush
Install the tangerine generator:
$ [sudo] npm install -g slush-gulp-plugin
Use the generator:
$ slush gulp-plugin
Plugin structure
Folders Structure:
.
├── README.md
├── test/
| └── index.js
├── index.js
├── package.json
├── .travis.yml
├── .eslintrc.json
├── .editorconfig
├── .gitignore
├── LICENSE.md
├── CONTRIBUTING.md
└── README.md
Automatic Tasks:
$ npm run eslint
: Validate the code style with ESLint$ npm test
: Run the unit tests with mocha$ npm run cover
: Calculate the coverage with Istanbul
Versioning
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Contributing
Find on our issues the next steps of the project ;) Want to contribute? Follow these recommendations.
History
See Releases for detailed changelog.