Skip to content

cubbles/cubx-grunt-generate-webpackage-readme-file

Repository files navigation

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

About

Grunt task to generate the README file of a Cubbles webpackage

Resources

Stars

Watchers

Forks

Packages

No packages published