Skip to content

Armageddon

Latest
Compare
Choose a tag to compare
@caiusCitiriga caiusCitiriga released this 14 May 19:20
e2f5a4b

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.