grunt-sync-version

Synchronize version of JSON setting file with Grunt task.

Downloads
5
Stars
6
Committers
2

grunt-sync-version

About

Synchronize version of JSON setting files with Grunt task.

Usage

module.exports = function (grunt) {

  grunt.initConfig({
    version: {
      options: {
        base: 'base.json'
      },
      files: ['package.json']
    }
  });

  // load grunt-sync-version
  grunt.loadNpmTasks('grunt-sync-version');

  // register task
  grunt.registerTask('default', 'version');
};

files

Type String or Array

Specify targets to apply version.

Options

base

Type: String

Base json file. This is optional. If base is omitted, package.json will be loaded.

space

Type: Number

License

MIT.

Package Rankings
Top 16.73% on Npmjs.org
Badges
Extracted from project README
NPM