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

arcgis-lib-downloader

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcgis-lib-downloader

npm package for gaining access to ArcGIS programs

  • 1.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

ArcGIS Lib Downloader

npm package for gaining access to ArcGIS products

Installation

npm i arcgis-lib-downloader

Options

arcgis-lib-downloader supports 3 options:

  • -lp, --list-products: lists different products available as well as various information about them
  • -lv, --list-versions: lists more detailed information about different versions available for each product
  • -p, --product: download product of your choice

The following list contains the keywords that can be used to download each product: android (ArcGIS Runtime SDK for Android), ios (ArcGIS Runtime SDK for iOS), java (ArcGIS Runtime SDK for Java), javascript (ArcGIS API for JavaScript), local-server (ArcGIS Runtime Local Server SDK), macos (ArcGIS Runtime SDK for macOS), net (ArcGIS Runtime SDK for .NET), qt (ArcGIS Runtime SDK for Qt), enterprise-sdk (ArcGIS Enterprise SDK), arcgis-experience-builder (ArcGIS Experience Builder), web-appbuilder (ArcGIS Web AppBuilder), wpf (ArcGIS Runtime SDK for WPF)

  • -v, --ver: specify the version number that you would like to download, or leave blank to download the most recent version

Usage

The option for listing out the products can be used by executing the following operations:

  • install arcgis-lib-downloader
  • enter 'arcgis-lib-downloader -lp' or 'arcgis-lib-downloader --list-products' into the command line Once these two things are done, a table will display with all of the relevant information about each product.

The option for listing out the versions can be used by executing the following operations:

  • install arcgis-lib-downloader
  • enter 'arcgis-lib-downloader -lv' or 'arcgis-lib-downloader --list-versions' into the command line Once these two things are done, a table will display with all of the relevant information about each version of each product.

The option for listing out the products can be used by executing the following operations:

  • install arcgis-lib-downloader
  • enter 'arcgis-lib-downloader -p' or 'arcgis-lib-downloader --product' into the command line followed by the product you want to download. You can also specify which vertison of said product you would like to download by entering '-v' or '--ver' after the product on the same command line entry, or you can leave it blank to download the most recent version available.

Packages Used

  • Commander.js
  • cross-fetch.js
  • @esri/arcgis-rest-auth.js
  • @esri/arcgis-rest-request.js
  • fs.js
  • isomorphic-form-data.js
  • prompt.js
  • table.js
  • yargs.js

Keywords

FAQs

Package last updated on 29 Jun 2021

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