Clime Versions Save

⌨ The command-line interface framework for TypeScript.

v0.5.1

6 years ago
  • Multiple roots support Now you may set multiple roots for your CLI app, this enable you to write a tool that may load different commands in different working directories.
  • Reasonable code coverage With the help of baseman (https://github.com/vilic/baseman), the code coverage of clime has been tremendously improved. And multiple bugs have been addressed and fixed during the increment of code coverage.

v0.4.4

7 years ago
  • Upgrade to TypeScript 2.2
  • Accept function as validator and deprecate Validator<T> interface

v0.4.3

7 years ago
  • Upgraded villa package
  • Added text and buffer methods to File object

v0.4.2

7 years ago
  1. Upgrade to TypeScript 2.0.3.
  2. Hyphenate parameter names.

v0.4.1

7 years ago