0.3.3 • Published 8 years ago

ember-cli-toolbelts v0.3.3

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

Ember-cli-toolbelts

npm version Ember Observer Score

Toolbelts are specialized blueprints that help you maintain your dependencies or build a specific feature set faster.

Using Toolbelts

To run a toolbelt, use the toolbelt command.

Example: ember toolbelt travis

Available Toolbelts

  • addon-dev
  • devtools
  • mobile
  • performance
  • travis
  • update-ember

Submitting new Toolbelts

If you've built a toolbelt that you find particularly useful, please consider a PR to add it here.

Create a new Toolbelt

ember g toolbelt <foo>

This will create a new toolbelt blueprint with the name toolbelt-<foo>.

In addition to typical blueprint helpers, toolbelts have the following methods available to them.

  • readPackage
  • installToolbelt
  • getRepository
  • updateOptions
  • updateReadMe
  • addDependencyToProject
  • addDependenciesToProject
  • removeDependencyFromProject
  • removeDependenciesFromProject

Browse existing toolbelts to see some of what they can do.

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago