Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Releases: enzsft/cli

Trim build output

08 Mar 23:21
Compare
Choose a tag to compare

Fixed

  • Not bundling test files into build

Updated interface names

03 Mar 23:31
Compare
Choose a tag to compare

Fixed

  • Moved to babel compilation from TSC (Issue #5)
  • Renamed interfaces to not use the convention of starting with 'I'
  • Moved from TSLint to ESLint (Issue #6)

Adopted CodeCov

19 Feb 23:22
Compare
Choose a tag to compare

Fixed

  • Switched from coveralls to codecov for coverage support (Issue #2)

Bug fix

10 Feb 23:18
Compare
Choose a tag to compare

Fixed

  • Added version to ICliConfig (Issue #1)

Book keeping

30 Jan 23:32
Compare
Choose a tag to compare

Fixed

  • Typos in README and CHANGELOG

Book keeping

30 Jan 23:25
Compare
Choose a tag to compare

Added

  • Motivation statement to README
  • More badges to README
  • Added JSDocs

Initial release

29 Jan 22:31
Compare
Choose a tag to compare

Release 1.0.0 🎉

Added

  • Added CI
  • Added example
  • Initial implementation of:
    • createCli(...)
    • createBooleanOption(...)
    • createNumberOption(...)
    • createStringOption(...)
    • buildArgv(...)
  • Setup repo