A slush generator for gulp plugins.
Install the slush:
$ [sudo] npm install -g slushInstall the tangerine generator:
$ [sudo] npm install -g slush-gulp-pluginUse the generator:
$ slush gulp-pluginFolders 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
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.
See Releases for detailed changelog.