alwaysai / alwayscli

A framework for building command-line interfaces in Node.js
Other
6 stars 2 forks source link

Update dependencies and split out `findVersion` into a separate module #12

Closed carnesen closed 5 years ago

carnesen commented 5 years ago

In updating the dependencies, read-pkg-up had a small breaking change so I took the opportunity to factor that code out into its own function since create-cli.ts is getting quite large.