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

Download Atom-Shell releases

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Atom-Shell Downloader

Download and extract latest or specific version of Atom-Shell.

Install

npm install -g atom-shell-downloader

Usage

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
`--force`: Force re-download

Platform and architecture are automatically selected from the system if not specified.

List, download and extract operations support Atom-Shell version selection with semver syntax

If version is already downloaded/extracted, then only re-download it if force flag is given.

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

Keywords

FAQs

Package last updated on 20 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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