@jsenv/cli
Version:
Command Line Interface for jsenv
12 lines (7 loc) • 425 B
Markdown
This template is a node project pre-configured with jsenv.
You could just copy paste the files on your machine to start using it. There is also a command to do that:
```console
npx /cli --node-package
```
This template have scripts declared in [package.json#scripts](./package.json#L6):
- `npm run test`: execute test files; Documented in [I) Test in Node](../../../../docs/users/i_test_in_node/i_test_in_node.md).