New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@solid-soda/console

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-soda/console

> The Console component eases the creation of beautiful and testable command line interfaces.

latest
npmnpm
Version
1.1.3
Version published
Weekly downloads
5
-16.67%
Maintainers
3
Weekly downloads
 
Created
Source

@solid-soda/console

The Console component eases the creation of beautiful and testable command line interfaces.

The Console component allows you to create command-line commands. Your console commands can be used for any recurring task, such as cronjobs, imports, or other batch jobs.

Instalation

yarn add @solid-soda/console

Usage

const app = new ConsoleApplication(commands)

app.run(process.argv)

FAQs

Package last updated on 24 Feb 2019

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