Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gruntjs/grunt-known-options
- Owner: gruntjs
- License: other
- Created: 2016-03-24T03:42:39.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T14:09:19.000Z (over 3 years ago)
- Last Synced: 2024-08-11T00:28:36.178Z (5 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 7
- Watchers: 7
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```