Skip to content

Mydayyy/touchbar-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Touchbar-Tasks

See and run npm and grunt tasks on your touchbar.

This package 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.

TouchbarDemo

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

You can easily contribute new taskrunners. All currently available taskrunners are under lib/TaskCollectors/. All that is needed to implement e.g gulp or a different taskrunner is to create a new plugin here, which inherits from AbstractTaskRunner inside AbstractTaskRunner.js

License

The project is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published