Contains useful lists used in bot the lift and lift-admin ember projects.
Use it for localization, or to populate select boxes.
The possibilities are limitless.
- Add to the consuming app's
package.json
underdevDepencies
:
//package.json
"devDependencies": {
"lift-enums": "liftforward/lift-enums@current-release-tag"
}
(replace current-release-tag
with the release you want to include)
npm install
git clone [email protected]:liftforward/lift-enums.git
npm install && bower install
ember test
ember test --server