grunt-vlc-libs

0.0.1 • Public • Published

grunt-vlc-libs

Grunt task to download VLC Libs for WebChimera.js

Install

$ npm install --save-dev grunt-vlc-libs

Usage

require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks
 
grunt.initConfig({
    vlc_libs: {
        options: {
            dir: 'VLC', // Output dir
            force: true, // Overwrite 
            arch: 'ia32', // ia32 / x64 
            platform: 'win' // win / osx / linux
        }
    }
});
 
grunt.registerTask('default', ['vlc_libs']);

Dependencies (15)

Dev Dependencies (1)

Package Sidebar

Install

npm i grunt-vlc-libs

Weekly Downloads

1

Version

0.0.1

License

GPL-2.0

Last publish

Collaborators

  • luigiplr