0.3.3 • Published 9 years ago

ember-cli-toolbelts v0.3.3

Weekly downloads
6
License
MIT
Repository
github
Last release
9 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

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago