grunt-run-executables
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -9,3 +9,3 @@ { | ||
"_from": "grunt-run-executables@*", | ||
"_id": "grunt-run-executables@0.0.3", | ||
"_id": "grunt-run-executables@0.0.4", | ||
"_inCache": true, | ||
@@ -99,3 +99,3 @@ "_installable": true, | ||
}, | ||
"version": "0.0.3" | ||
"version": "0.0.4" | ||
} |
** grunt-run-executables | ||
** | ||
** grunt-run-executables ** | ||
A library to execute batch files through grunt task | ||
**Usage:** | ||
## Install | ||
npm install grunt-run-executables --save-dev in your project folder | ||
``` | ||
$ npm install grunt-run-executables --save-dev | ||
``` | ||
## Usage | ||
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript: | ||
```js | ||
grunt.loadNpmTasks('grunt-run-executables'); | ||
``` | ||
**Registering task** | ||
##Registering task | ||
```js | ||
grunt.registerTask('test','run_executables'); | ||
**Usage Examples** | ||
``` | ||
##Usage Examples | ||
```js | ||
run_executables: { | ||
@@ -27,6 +37,7 @@ tests: { | ||
}, | ||
``` | ||
**Note** | ||
path to batch file is considered from child folders of a project |
@@ -19,3 +19,2 @@ /* | ||
var path_= process.cwd(); | ||
var nodemailer = require('nodemailer'); | ||
grunt.registerMultiTask(taskName,description, function() { | ||
@@ -22,0 +21,0 @@ // Merge task-specific and/or target-specific options with these defaults. |
Sorry, the diff of this file is not supported yet
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
33689
43
179