grunt-clear

Clears your command line. Automate all the things.

Usage no npm install needed!

<script type="module">
  import gruntClear from 'https://cdn.skypack.dev/grunt-clear';
</script>

README

grunt-clear

Clears your command line. Automate all the things.

Getting Started

Install this grunt plugin next to your project's Gruntfile with: npm install grunt-clear

Then add this line to your project's Gruntfile:

grunt.loadNpmTasks('grunt-clear');

Documentation

Turn your console output into a live dashboard by clearing it before displaying new results. Add this task to your "watch" task:

watch: {
  //clear terminal on any watch task. beauty.
  tasks: ['clear'],
  jshint: {...},
  ...etc
}

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

Todo

Write tests Make sure it works on windows Make sure it works on linux Do screencast

License

Copyright (c) 2012 Dave Geddes
Licensed under the MIT license.