ember-flexberry

3.11.1-beta.3 • Public • Published

Ember Flexberry

npm CI-master CI-develop stability-stable

ember ember-data ember-cli

Ember Flexberry Addon - Flexberry ORM SPA UI Framework powered by Ember.js.

Installation or Upgrading

  • Latest release: ember install ember-flexberry
  • Specific version: ember install ember-flexberry@x.x.x
  • Latest commit from a branch: ember install flexberry/ember-flexberry#<BRANCH_NAME>
  • Specific commit: ember install flexberry/ember-flexberry#<COMMIT_SHA>

Documentation

Demo

Ember Flexberry comes with a dummy app that covers functionality of the addon.

Collaborating / Development

Information on how to contribute to the project you can find here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-flexberry
  • yarn install
  • bower install

Running Dummy Application

Ember Flexberry comes with a dummy app that covers functionality of the addon.

Running Tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Linting

  • yarn lint:js
  • yarn lint:js --fix

Linting

  • npm run lint - run all linters
  • npm run lint:js - run linter for code
  • npm run lint:hbs - run linter for templates
  • npx update-todo-errors - update list of todo errors

Building

  • ember build (development)
  • ember build --environment production (production)

Releasing

  • Merge current release branch with master branch
    • git checkout master
    • git merge --no-ff <release-branch>
    • git push origin master
  • ember release (for more information visit ember-cli-release)
    • To increment patch version run without specifying options.
    • To increment minor version run with --minor option.
    • To increment major version run with --major option.
  • npm publish ./ (for more information visit How to publish packages to NPM)
  • Merge master branch that contains additional commit for changing addon version with develop branch using current release branch as intermediary
    • git checkout <release-branch>
    • git merge --no-ff master
    • git push origin <release-branch>
    • git checkout develop
    • git merge --no-ff <release-branch>
    • git push origin develop
  • Delete current release branch on GitHub

Documenting

Further Reading / Useful Links

License

This project is licensed under the MIT License.

Dependencies (10)

Dev Dependencies (55)

Package Sidebar

Install

npm i ember-flexberry

Weekly Downloads

81

Version

3.11.1-beta.3

License

MIT

Unpacked Size

9.5 MB

Total Files

814

Last publish

Collaborators

  • flexberry