ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Ember​Tool​Box

by jackson-dean ALL

Add ember cli commands to sublime command palette

Details

Installs

  • Total 1K
  • Win 609
  • Mac 256
  • Linux 139
Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22
Windows 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

EmberToolBox

Adds an interface to EmberCLI through the sublime command palette. Also includes some useful snippets for lifecycle hooks and testing helpers. A work in progress, but handles the basics.

If you happen to be a LinkedIn dev working on an ember app. You'll want to add the following to your user settings for this package:

{
  "linkedin": true
}

This ensures you are using the LinkedIn specific binaries for running ember cli.

Otherwise, if you're having trouble getting the cli to work from the command palette, you may want to set the path to your ember-cli installation explicitly in the user settings for this package. Something like the following:

{
  "ember_path": "/usr/local/bin/ember"
}

Replace /usr/local/bin/ember with the path to your machine's specific ember-cli install path.