Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.2 KB

ember-cli-app-version Build Status EmberObserver Badge

Adds your Ember App's version to Info tab in Ember Inspector. The version is taken from your project's package.json#version. If you add build metadata to the version, this addon will automatically append SHA to the end of the version.

Ember Inspector Info Tab

{{app-version}} component

This addon provides {{app-version}} component that allows you to show your current app version in your app.

Installation

  • ember install ember-cli-app-version

Running Tests

  • git clone git@github.com:taras/ember-cli-app-version.git
  • npm install
  • bower install
  • ember test
  • ember test --server

Building

  • ember build

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