🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@kobionic/cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@kobionic/cli

Generic CLI application that dynamically loads modules from specified directory at runtime.

unpublished
latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

CLI

npm version Build Status Dependencies Status DevDependencies Status License

Generic CLI application that dynamically loads modules from specified directory at runtime.

Usage: cli <command> [options]

Commands:
  cli mycommand   Does whatever a command can              [aliases: m, mod]

Options:
  ----commands-dir, -m  Specify directory to load commands from   [string]
  --help, -h           Show help                                 [boolean]
  --version, -v        Show version number                       [boolean]

Install CLI application

The package is published on npm and can be installed by running the following command:

npm install [--global] @kobionic/cli

Usage

Base commands

Basic commands are provided with the CLI application.

CommandTypeDescription
completionbooleangenerates bash completion script

Base options

Basic commands are provided with the CLI application.

OptionAliasRequiresArgTypeDescription
--commands-dir-mtruestringsets directory to load commands from
--help-hbooleanshows help
--version-vbooleanshows version number

Environment variables

Environment variables can be used to configure the application. Be careful as they take precedence over options passed to the CLI application!

VariableTypeDefaultDescription
CLI_COMMANDS_DIRstring<project-root>/cmdsthe directory containing commands to be loaded at runtime

Authors

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Kobionic

Keywords

cli

FAQs

Package last updated on 21 Jun 2018

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