Skip to content

liftforward/lift-enums

Repository files navigation

lift-enums

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.

Installation

  • Add to the consuming app's package.json under devDepencies:
//package.json

"devDependencies": {
  "lift-enums": "liftforward/lift-enums@current-release-tag"
}

(replace current-release-tag with the release you want to include)

  • npm install

Get the Source

Running Tests

  • ember test
  • ember test --server