grunt-cordovizer

1.0.0 • Public • Published

cordovizer

Note: this is a beta package.

Installation:

npm install grunt-cordovizer --save

Description:

By adding:

      grunt.initConfig({
        // ...
        cordovize: {
            options: {
                application: {
                    name: 'DemoApp',
                    id: 'com.tamasutasi',
                },
                platforms: ['browser', 'android'],
                plugins: [
                    'org.apache.cordova.splashscreen'
                ]
            }
        }
        // ...
      });

      grunt.loadNpmTasks('grunt-cordovizer');

to your Gruntfile.js you can generate cordova artifacts whenever you need. This way you don't need to commit generated artifacts to your repository.

Fixed:

  • working directory (/tmp/cordova-generated-artifacts) are cleaned up (was /tmp/sample).
  • cordova artifacts (/hooks, /platforms, /plugins, /www, /config.xml) cleared up

Known issues (none at the moment)

Readme

Keywords

Package Sidebar

Install

npm i grunt-cordovizer

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • utamas