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 608
  • Mac 256
  • Linux 139
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 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 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 0 0 0 0 0 0 0 0 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.