smart-cli

SmartCLI is a NodeJS framework for building flexible and powerful console applications.

MIT License

Downloads
90
Stars
7
Committers
1
smart-cli - Armageddon Latest Release

Published by caiusCitiriga over 6 years ago

V2.0.0

Breaking change:

Changed export method. You now have to import SmartCLI in this way:

import * as SCLI from 'smart-cli'
const CLI = new SCLI.SmartCLI();
const UITools = SCLI.UILibrary;

New feature:

The user can now decide whether to use or not to use colored logs. This allows the package to be used even for file logging. Still, preserving the formatting given by SmartCLI.

Imminent Deprecation Warning

The public property UI on the SmartCLI instance has been deprecated. A constant called UILibrary has been exported from within the package. This allows you to use the UI Library Tools without instantiating a SmartCLI object.

smart-cli - Andromeda

Published by caiusCitiriga over 6 years ago

V1.0.0

Full rewrite

Now it features a framework for building console applications upon.

Main features:

  • Parser
  • Dispatcher
  • Help manager
  • Legacy UI library
  • New Input library
  • Fluent notation
  • Easy to use

See readme for more information

smart-cli - Angry Doodle

Published by caiusCitiriga over 6 years ago

0.3.3

  • Fixed bug on printKeyValuePairs
  • Added new optional parameter on method called space_char

#### space_char
This by default is set to be ' ', but you can pass any character/s you want. The string will be used as space separator between keys and values.

smart-cli - Vengeance Doodle

Published by caiusCitiriga over 6 years ago

0.3.2

  • Rebuilded with declarations for TS usage
smart-cli - Massive Doodle

Published by caiusCitiriga about 7 years ago

0.3.1

  • Exporting only SmartCLI const
smart-cli - Supreme Doodle

Published by caiusCitiriga about 7 years ago

0.2.0-beta.1

Restored dist folder that where missing

smart-cli - Crispy Doodle

Published by caiusCitiriga about 7 years ago

0.1.1-beta.1

First release. There may be some bugs.

Features:

  • Prompt
  • Title
  • SubTitle
  • Table
  • BoxedTitle
  • Warn
  • Info
  • Erorr
  • KeyValue
  • Message