Package Exports
- apz
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (apz) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
apz
A small utility to help with installing and managing your apps.
Prerequisites
Make sure you have the following installed:
- xcode
- homebrew
- mas (via brew)
- nodejs (or nvm)
Install
npm install -g apzSetup
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 tokenThis will add your token to the config and allow you to run any of the following commands:
Commands
Add an App
To add an application to the global config as well as install it run:
apz addInstall All Applications
To install all applications from the global config ~/apps.json run:
apz installRestore from Gist
To restore your config from a gist run:
apz restore