Grunt plugin for preparing and finishing the release of a webpackage
Install the grunt plugin
npm install cubx-grunt-generate-webpackage-readme-file --save-dev
Gruntfile
- Load the grunt plugin
grunt.loadNpmTasks(cubx-grunt-generate-webpackage-readme-file)
- Set config (path to webpackage to convert)
grunt.initConfig({
webpackagepath: ...
});
- Just install grunt plugin
npm install cubx-grunt-generate-webpackage-readme-file --save