0.1.2 • Published 7 years ago

ember-git-version v0.1.2

Weekly downloads
1,038
License
MIT
Repository
github
Last release
7 years ago

Ember-git-version

This addon helps you quickly get the current git revision hash is Short SHA form.

i.e. e7dfce8339

Installing the Addon

Get started by installing the addon using npm:

npm install ember-git-version --save

Once installed you now have access to the current git revision through a new config property config.currentRevision.

To access the new property, import the config whenever needed.

import config from '../config/environment';

...
	console.log(config.currentRevision);
...

Note: The config import statement is a relative path.

Now you can make sure any issues are tracked against the correct git revision!

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

9 years ago

0.0.1

10 years ago