1.3.0 • Published 5 years ago

@cpmech/simple-state-cli v1.3.0

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

Simple state management

This tool creates a simple state management strategy using the Observer pattern.

Installation

yarn global add @cpmech/simple-state-cli

Usage

simple-state-cli

Dependencies

  • chalk — colorizes the output
  • clui — draws command-line tables, gauges and spinners
  • figlet — creates ASCII art from text
  • inquirer — creates interactive command-line user interface
  • minimist — parses argument options
  • configstore — easily loads and saves config without you having to think about where and how.