grunt-run-executables

0.0.4 • Public • Published

** grunt-run-executables **

A library to execute batch files through grunt task

Install

$ 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:

        grunt.loadNpmTasks('grunt-run-executables');

Registering task

 
        grunt.registerTask('test','run_executables');
 

Usage Examples

 
       run_executables: {
                  tests: {
                   cmd: 'resources/ExcelToJson.bat'
                 }
               },
               

Note

path to batch file is considered from child folders of a project

Package Sidebar

Install

npm i grunt-run-executables

Weekly Downloads

28

Version

0.0.4

License

none

Unpacked Size

33.7 kB

Total Files

21

Last publish

Collaborators

  • sriharsha