Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
grunt-clear
Advanced tools
Clears your command line. Automate all the things.
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');
Turn your console output into a live dashboard by clearing it before displaying new results.
Add this task as the first item of your watch
task:
watch: {
clear: {
//clear terminal on any watch task. beauty.
files: ['**/*'], //or be more specific
tasks: ['clear']
}
}
The watch
task will run things in order, so make sure clear
is very first otherwise your console will clear the output of other tasks you are probably interested in.
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.
Write tests Make sure it works on linux Do screencast
Copyright (c) 2012 Dave Geddes
Licensed under the MIT license.
FAQs
Clears your command line
We found that grunt-clear demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.