grunt-octave

0.0.1 • Public • Published

grunt-octave

Grunt plugin to start octave as task.

Usage Examples

module.exports = function(grunt) {
	grunt.loadNpmTasks('grunt-octave');

	grunt.initConfig({
		octave: {
			options: [],
			target1: {
				src: "#{your_src_path}",
				options: ['--silent']
			},
			target2: {
				src: "#{your_src_path}",
			}
		}
	});
};

Readme

Keywords

Package Sidebar

Install

npm i grunt-octave

Weekly Downloads

0

Version

0.0.1

License

GPLv3

Last publish

Collaborators

  • ibara1454