Show available grunt and npm tasks on the touchbar and provide the ability to run them
This package consumes the following services:
Touchbar-Tasks
See and run npm and grunt tasks on your touchbar.
This packages displays all NPM and Grunt tasks from your currently active project on your touchbar. You are able to run the task by tapping on it. If you tap on an already running task it will abort. Currently there can only be one task running at a time.
Installation
You can install this plugin either via cli or via the atom integrated package manager.
CLI:
apm install touchbar-tasks
Package Manager:
- Go to your atom settings
- Go to install
- Search for "touchbar-tasks"
- Install by clicking on install
Contribute
- Source Code: github.com/mydayyy/touchbar-tasks
You can easily contribute new taskrunners. All currently available taskrunners are under lib/TaskCollectors/
License
The project is licensed under the MIT license.