Skip to content

cardoni/macos-services

Repository files navigation

macOS Services / Scripts

This repository is a collection of macOS services and scripts that I find incredible useful and time-saving on a daily basis.

Get Started

$ npm install

This command will install the package's (dev) dependencies and then run the package's npm run build script, as detailed below.

Build Project (ES6/7+ => ES5 Transpile)

The following command will use Babel to transpile this project's ES6/7 code (and some other possible-future-js-niceties) to standard ES5 code, that can be consumed by many more current-day js engines:

npm run build

Protip

If you'd like to have Babel watch the ./src directory and auto-compile whenever a file change is detected:

npm run build:watch

Contribute

See something you'd like to improve? Spot a bug?

Please feel free to contribute via a Pull-Request or simply filing a new Issue Ticket.

License

MIT

About

Collection of Helpful macOS Service Scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published