Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gruntjs/grunt-known-options

The known options used in Grunt
https://github.com/gruntjs/grunt-known-options

Last synced: about 2 months ago
JSON representation

The known options used in Grunt

Awesome Lists containing this project

README

        

# grunt-known-options

These are the known options used in Grunt.

## Installing

```shell
npm install grunt-known-options --save
```

## Usage

```js
var knownOptions = require('grunt-known-options');
// You now have an object of known Grunt options.
```