Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atom-shell-downloader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-shell-downloader - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "atom-shell-downloader",
"description": "Download Atom-Shell releases",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "bin": {

@@ -1,12 +0,48 @@

= Atom-Shell Downloader =
# Atom-Shell Downloader
Download easily latest or specific version of Atom-Shell.
Download and extract latest or specific version of Atom-Shell.
== Install ==
## Install
npm install -g atom-shell-downloader
npm install -g atom-shell-downloader
== Usage ==
## Usage
atom-shell-downloader -h
atom-shell-downloader <operation> [options] [version range]
Available operations:
`-h`: Show help
`-v`: Show version
`-l`: List available versions
`-d`: Download Atom-Shell release
`-x`: Download and extract Atom-Shell to folder
Additional options:
`-p`: Show progress
`-o <path>`: Output file/directory
`--platform <platform>`: Select platform (linux, win32, darwin)
`--arch <arch>`: Select architecture (ia32, x64)
`-f <filepath>`: Skip specific filepath when extracting
Platform and architecture are automatically selected from the system if not specified.
List, download and extract operations support Atom-Shell version selection with [semver](https://github.com/npm/node-semver) syntax
List all available v0.20.x versions
atom-shell-downloader -l v0.20
Download latest Atom-Shell v0.20.x version
atom-shell-downloader -d -p v0.20
Download and extract latest Atom-Shell to './atom-shell' (default) folder
atom-shell-downloader -x -p
Download and extract to specific folder
atom-shell-downloader -x -o /some/random/path
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc