1.1.2 • Published 3 years ago

cubx-grunt-generate-webpackage-readme-file v1.1.2

Weekly downloads
59
License
MIT
Repository
github
Last release
3 years ago

cubx-grunt-generate-webpackage-readme-file

Build Status

Grunt plugin for preparing and finishing the release of a webpackage

Usage:

Default

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: ...
});

Integrate in devtools:

  • Just install grunt plugin

npm install cubx-grunt-generate-webpackage-readme-file --save