Socket
Socket
Sign inDemoInstall

auto-apm

Package Overview
Dependencies
8
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

autoapm.js

@@ -10,3 +10,3 @@ #!/usr/bin/env node

program.option('-p, --packages [packages_file]', 'the packages file. Needs to be a .json file')
program.option('-p, --packages [packages_file.json]', 'a .json file containing a list of packages to install. ')
.parse(process.argv);

@@ -13,0 +13,0 @@

{
"name": "auto-apm",
"version": "1.0.3",
"version": "1.0.4",
"description": "Only install missing Atom packages and skip installed ones",

@@ -5,0 +5,0 @@ "main": "autoapm.js",

# auto-apm
Only install missing Atom packages and skip installed ones
Only install missing Atom packages and skip installed ones.
```
Usage: auto-apm [options]
Options:
-h, --help output usage information
-p, --packages [packages_file.json] a .json file containing a list of packages to install.
```
If `packages_file.json` is omitted, it is looking for `~/.auto-apm.packages.json`. The file content should be
a list of packages to install:
```
['minimap', 'zen', 'autoflow']
```
When it runs, it looks like this:
![screenshot](https://cloud.githubusercontent.com/assets/1031978/11315634/3e8c4e70-8faa-11e5-80e5-ca590e8acafd.png)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc