Socket
Socket
Sign inDemoInstall

@camoto/gamearchive-cli

Package Overview
Dependencies
11
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @camoto/gamearchive-cli

CLI for gamearchive.js, for use with `npm install -g`


Version published
Weekly downloads
2
decreased by-92.59%
Maintainers
1
Install size
698 kB
Created
Weekly downloads
 

Readme

Source

This is just a dummy package to install only the devDependencies needed to run the command-line interface.

It is intended to be installed globally with npm install -g (or via a Linux distribution's package manager) to make the library's command-line interface available anywhere on the system.

It avoids two problems:

  1. The dependencies only used by the CLI can be put in as devDependencies, so they don't have to be installed when the library is used by other projects, where the CLI isn't used anyway.

  2. All the other devDependencies (like the test framework and linting tools) don't get installed like they would if the library itself was installed in dev mode.

  3. The CLI can still be distributed with the core library so it can be easily used during development for testing new features.

FAQs

Last updated on 05 Jan 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc