Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.