grumble

Default tasks for testing and packaging with Grunt.

Usage no npm install needed!

<script type="module">
  import grumble from 'https://cdn.skypack.dev/grumble';
</script>

README

Grumble

Tool which uses Grunt to:

  • Lint
  • Test
  • Package
  • Minimise

Usage

Use npm init on your project. Place JavaScript under src. Place nodeunit tests under test. If you would like to build for the browser, add the following to package.json:

"grumble": {
  "export": "State"
}

Now install grumble and you're good to go:

npm install --save-dev grumble
node_modules/.bin/grumble