0.0.2 • Published 6 years ago

ember-test-free-g v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Ember Test Free g

This addon provides the blueprints available for common Ember generators, without the annoying tests you need to go back and delete. (This is especially true for models and routes).

Just run ember generate nt-<blueprintName> <entity name>.

The following ember generators are supported with test free bliss:

Generator TypeCommand
modelnt-model
componentnt-component
servicent-service
helpernt-helper
controllernt-controller
mixinnt-mixin
routesnt-route
utilsnt-util

Installation

  • git clone <repository-url> this repository
  • cd ember-g-no-test
  • npm install

Running

Running Tests

  • Don't bother.

Building

  • ember build

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