@peiyanlu/cli-tools
v0.0.1
Published
Utils for building CLI tools.
Readme
@peiyanlu/cli-tools
My project description.
Project setup
$ pnpm installCompile and run the project
# development
$ pnpm run dev
# production
$ pnpm run buildRun tests
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov