This package consumes the following services:
Touchbar-Run
An atom package to run package.json scripts straight from the MacBook Touch Bar.
Installation
Install with apm: $ apm install touchbar-run
You can also install through the settings view by searching for touchbar-run
under the install tab.
To make sure it's working, add some scripts to your package.json
{
"name": "...",
"version": "...",
"scripts": {
"test": "echo It works!"
},
"keywords": "..."
}
And just like that, the button should appear
Built With
- touchbar-registry - The TouchBar package used
- platformio-ide-terminal - The terminal
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- jdtzmn - Initial work
See also the list of contributors who participated in this project.
Acknowledgments
- @haklop for creating the touchbar-registry package.
- @platformio for creating the platformio-ide-terminal package.
- Icons8.com for the terminal icon.
- You, for realizing how awesome this package is and deciding to star it.
License
This project is licensed under the MIT License - see the LICENSE.md file for details