JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q44849F
  • License MIT

A small utility to help with installing and managing your apps.

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.

build status

Prerequisites

Make sure you have the following installed:

  • xcode
  • homebrew
  • mas (via brew)
  • nodejs (or nvm)

Install

npm install -g apz

Setup

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:

Commands

Add an App

To add an application to the global config as well as install it run:

apz add

Install All Applications

To install all applications from the global config ~/apps.json run:

apz install

Restore from Gist

To restore your config from a gist run:

apz restore