slush-gulp-plugin

A slush generator for gulp plugins.

Usage no npm install needed!

<script type="module">
  import slushGulpPlugin from 'https://cdn.skypack.dev/slush-gulp-plugin';
</script>

README

Slush Gulp Plugin

A slush generator for gulp plugins.

npm npm

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.

License

MIT License © Afonso Pacifer