touchbar-run

An atom package to run package.json scripts straight from the MacBook Touch Bar

jdtzmn

593

1

0.1.1

MIT

GitHub

This package consumes the following services:

Touchbar-Run

An atom package to run package.json scripts straight from the MacBook Touch Bar.

Touch Bar Gif

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

Touch Bar

Built With

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

See also the list of contributors who participated in this project.

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE.md file for details