grunt-easy-mongo-fixture
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "grunt-easy-mongo-fixture", | ||
"description": "Grunt task for easy-mongo-fixture plugin. It helps to you load and save you fixtures", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/ivpusic/grunt-easy-mongo-fixture", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -5,4 +5,5 @@ # grunt-easy-mongo-fixture | ||
For more information about functionalities of this task please look at [easy-mongo-fixture](https://github.com/ivpusic/easy-mongo-fixture) and [easy-fixture](https://github.com/ivpusic/easy-fixture) repositories. | ||
## Getting Started | ||
This plugin requires Grunt `~0.4.4` | ||
@@ -33,3 +34,3 @@ If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command: | ||
collections: ['products', 'categories'], | ||
action: 'load' | ||
action: 'load' | ||
} | ||
@@ -103,24 +104,4 @@ } | ||
#### Default Options | ||
In this example, the default options are used. | ||
```js | ||
grunt.initConfig({ | ||
easy_mongo_fixture: { | ||
options: { | ||
database: 'test', | ||
port: 20000 | ||
dir: 'fixtures' | ||
}, | ||
collections: ['products', 'categories'], | ||
action: 'load' | ||
} | ||
} | ||
}); | ||
``` | ||
#### Custom Options | ||
In this example, custom options. | ||
```js | ||
grunt.initConfig({ | ||
@@ -127,0 +108,0 @@ // Configuration to be run (and then tested). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7793
135