jdtzmn / touchbar-run

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • jdtzmn - Initial work

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%