Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

bucharest-gold/szero-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

szero-grunt

Coverage Status Build Status Known Vulnerabilities dependencies Status

NPM

Sub Zero dependency search.

Project Info
License: Apache-2.0
Build: npm
Issue tracker: https://github.com/bucharest-gold/szero-grunt/issues
Engines: Node.js 4.x, 5.x, 6.x, 7.x

Installation

$ npm install --save-dev szero-grunt

Usage

Load the plugin

This is done by adding the following line in Gruntfile.js

 grunt.loadNpmTasks('szero');

Configure the plugin

This is done by adding a property to grunt.initConfig in Gruntfile.js

szero: {
  directory: '.',
  ci: false,
  file: false,
  filename: 'szero.txt',
  dev: false,
  summary: false
} 

The above values are the default values and you are only required to list the ones you want to override. If you are happy with the defaults you don't need a configuration at all.

Usage

With the configuration above running is simply a matter of:

$ grunt szero

The configuration options can be overriden on the grunt command line, for example:

$ grunt szero --file --filename=somefile.txt

To see the available options:

$ grunt szero --options

Contributing

Please read the contributing guide

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published