@peiyanlu/cli-utils
v0.0.8
Published
Shared utils for building interactive Node.js CLI applications.
Readme
@peiyanlu/cli-utils
Shared utils for building interactive Node.js CLI applications.
Project setup
$ pnpm installCompile and run the project
# development
$ pnpm run dev
# production
$ pnpm run buildRun tests
# tests
$ pnpm run test
# test coverage
$ pnpm run test:cov