Files
taimed/node_modules/grunt-known-options/README.md
2025-07-24 17:21:45 +08:00

17 lines
256 B
Markdown

# 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.
```