A small utility to help with installing and managing your apps.
Make sure you have the following installed:
npm install -g apz
To get started, you'll need to go create a personal access token on github and allow it to create/edit gists.
Once you've completed this, run the following:
apz token
This will add your token to the config and allow you to run any of the following commands:
To add an application to the global config as well as install it run:
apz add
To install all applications from the global config ~/apps.json run:
apz install
To restore your config from a gist run:
apz restore