Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imbhargav5/clickable-npm-scripts
Execute npm scripts on one click in atom
https://github.com/imbhargav5/clickable-npm-scripts
apm atom atom-plugin clickable-npm-scripts
Last synced: 2 months ago
JSON representation
Execute npm scripts on one click in atom
- Host: GitHub
- URL: https://github.com/imbhargav5/clickable-npm-scripts
- Owner: imbhargav5
- License: mit
- Created: 2017-02-06T17:22:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T09:45:55.000Z (over 7 years ago)
- Last Synced: 2024-10-03T06:58:06.280Z (3 months ago)
- Topics: apm, atom, atom-plugin, clickable-npm-scripts
- Language: JavaScript
- Homepage: http://atom.io/packages/clickable-npm-scripts
- Size: 36.1 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# clickable-npm-scripts package
**Note** Depends [platformio-atom-ide-terminal](https://github.com/platformio/platformio-atom-ide-terminal) to run!
Run npm scripts with a single click.
![A screenshot of your package](http://i.imgur.com/IG8KArM.gif)
This plugin parses the nearest package.json and generates a UI for to run the script right from your editor. Please make sure you have platformio-atom-ide-terminal installed and activated to proceed.
## Installation
```bash
apm install clickable-npm-scripts
```
### LICENSE
MIT (c) Bhargav Ponnapalli 2017