
Security News
minimatch Patches 3 High-Severity ReDoS Vulnerabilities
minimatch patched three high-severity ReDoS vulnerabilities that can stall the Node.js event loop, and Socket has released free certified patches.
ember-cli-helper
Advanced tools
ember-cli integration in Atom. Currently maintained by @marius0, originally created by @alexlafroscia. Development sponsored by Apprentus.
Feel free to open issues if you find something. Pull requests are more than welcome!

| Keybinding | Action |
|---|---|
| ctrl+alt+e | Toggle between the component/controller and the template |
| ctrl+alt+r | Toggle between the controller and the route |
| ctrl+alt+enter | Jump into templates. Press when cursor over {{forms/super-select ...}} to open templates/components/forms/super-select.hbs |
| Command | Description |
|---|---|
| Server | Runs ember server in the root folder of the project. |
| Test | Runs ember test in the root folder of the project |
| Generate | Opens the panel to run a generator |
| Exit | Stops a currently running process |
| Minimize | Show and hide the output panel, without hiding everything else |
| Close | Hide the entire panel |
Running the generators through Atom is really easy. When you first open the panel, it will bring up a list of file types to generate. This list is based on the output of ember g --help, and therefore should include all future blueprints as well as those added by addons automatically. Once you select a type, you'll be prompted to enter a name, and the output will appear in orange in the bottom panel.
That might be the case! But first, check if specifying the path to the Ember and NPM packages fixes your problems. It probably, hopefully will. If it doesn't, please file an issue so I can try fixing it!
Known limitation: make sure your ember project is the first project (first in the list) opened in Atom.
| Setting | Purpose | Default Value |
|---|---|---|
| Generate Coffeescript | Have all of the generators make CoffeeScript files instead of Javascript | false |
| Path To Ember Executable | Point the CLI helper to the Ember executable on your computer | /usr/local/bin/ember |
Path To node Executable | Point the CLI helper to the node executable on your computer | /usr/local/bin/node |
ember-cli-helper automatically if the package uses the Ember CLISome users have experienced problems running the commands when they openning their project through the File > Open menu. If this happens to you, try opening the project from the command line with the atom command see if that fixes the issue.
If the generators button doesn't work, ember-cli-helper probably can't find your ember project. Double check all the paths and make sure your ember project is the first opened project.
Very special thanks to @alexlafroscia for creating the original atom plugin!
Special thanks to @nickclaw and his atom-grunt-runner package, which was @alexlafroscia's inspiration for building this and a big help in putting it together.
Finally a big thank you to Apprentus for paying me to work on this! :)
FAQs
Ember CLI integration for Atom
The npm package ember-cli-helper receives a total of 3 weekly downloads. As such, ember-cli-helper popularity was classified as not popular.
We found that ember-cli-helper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
minimatch patched three high-severity ReDoS vulnerabilities that can stall the Node.js event loop, and Socket has released free certified patches.

Research
/Security News
Socket uncovered 26 malicious npm packages tied to North Korea's Contagious Interview campaign, retrieving a live 9-module infostealer and RAT from the adversary's C2.

Research
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.