Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.
/ atom-yarn Public archive

A handy little package that lets you do things with Yarn without leaving Atom.

License

Notifications You must be signed in to change notification settings

cbovis/atom-yarn

Repository files navigation

Atom Yarn

Greenkeeper badge Travis David apm styled with prettier

Note: This extension is no longer actively maintained.

A handy little package that lets you do things with Yarn without leaving Atom.

Demo

Notification

Features

  • Run common Yarn commands such as add, remove, install, init etc. using an easy to access command palette.
  • Get notified of changes to dependencies in package.json with a prompt to run yarn install. Useful when using other tools which may modify package.json such as git pull.
  • Quick access to the README, website and repo of installed dependencies via the command palette.

Default Keybindings

  • cmd+shift+y - Toggle the Yarn command palette
  • cmd+shift+u - Toggle the Yarn output pane

Credits

Inspiration taken from the fantastic Git Plus extension by Akonwi Ngoh

License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.