This repository has been archived by the owner on Sep 15, 2020. It is now read-only.
Releases: enzsft/cli
Releases · enzsft/cli
Trim build output
Fixed
- Not bundling test files into build
Updated interface names
Adopted CodeCov
Fixed
- Switched from coveralls to codecov for coverage support (Issue #2)
Bug fix
Book keeping
Fixed
- Typos in README and CHANGELOG
Book keeping
Added
- Motivation statement to README
- More badges to README
- Added JSDocs
Initial release
Release 1.0.0 🎉
Added
- Added CI
- Added example
- Initial implementation of:
- createCli(...)
- createBooleanOption(...)
- createNumberOption(...)
- createStringOption(...)
- buildArgv(...)
- Setup repo