1.0.5 • Published 8 years ago

auto-apm v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

auto-apm

Only install missing Atom packages and skip installed ones.

Usage: auto-apm [options]

Options:

  -h, --help                           output usage information
  -i, --install [pkg1,pkg2,pkg3,...]   a list of packages to install
  -p, --packages [packages_file.json]  a .json file containing a list of packages to install.

If -i is specified, it must be followed by a list of packages to install, seperated by ,:

auto-apm -i zen,minimap

If -p is specified, it must be followed by a JSON file containing a list of packages to install:

['minimap', 'zen', 'autoflow']

If packages_file.json is omitted, it looks for ~/.auto-apm.packages.json.

When it runs, it looks like this:

screenshot

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago