Socket
Socket
Sign inDemoInstall

makitso

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makitso - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "makitso",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Framework for building composable interactive commandline apps",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,2 +10,3 @@ Makitso

### Context Schema
The schema defines context properties, the storage to use, and a prompt for

@@ -30,5 +31,7 @@ collecting the value of the property.

Commands define the command arguments format, help description and an action
function.
### Commands Definition
Commands define the command arguments format, help description, an action
function, and optional choices function for autocomplete.
Commands can be grouped using the config.command property for all

@@ -111,6 +114,6 @@ commands in the plugin, and with object nesting within the plugin. Autocomplete

Makitso uses [inquirer](https://github.com/SBoudrias/Inquirer.js/),
and a modified version of [inquirer-command-promt](https://github.com/sullof/inquirer-command-prompt),
Makitso uses [inquirer](https://github.com/SBoudrias/Inquirer.js),
and a modified version of [inquirer-command-prompt](https://github.com/sullof/inquirer-command-prompt),
and some custom plumbing to hook them up to a central context module backed by
session (memory), file, and secure (keychain) context storage.
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