grunt-ver-iterator

0.1.0 • Public • Published

grunt-ver-iterator

a grunt plugin for version iterations

grunt >= 0.4.5

Installation

npm install --save-dev grunt-ver-iterator

Usage Guidelines

verIterator: {
  test: {
    options: {
        name: 'grunt',
        range: '>=0.4.0',
        task: runGruntfile
    },
    src: ['./test/gruntfile.js']
  }
}

require('load-grunt-tasks')(grunt);

Options

  • task: { Function } Mandatory

The task going to run and the passing context(i.e. this) of the task is grunt task object

  • name: { String } Mandatory

Published package name

  • range: { String } Optional | "*"

The iterating version ranges in semver format

  • dir: { String } Optional | "."

The installing package directory

License

MIT License

Package Sidebar

Install

npm i grunt-ver-iterator

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • 0of