0.0.1 • Published 11 years ago

calculate-version v0.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
11 years ago

Calculate-version

Generates a version string based on the version specified in your package.json and the sha revision of the current commit/branch.

Install

Tipically you will only need to install this as a devDependency as follows"

npm install --save-dev calculate-version

Usage

This plugin automatically exports a function that when called calculates return the version string.

var calculateVersion = require('calculate-version');

Credits

The code that calculates the version has been extracted from https://github.com/emberjs/ember.js

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago