https://github.com/naturalcycles/cli
CLI utils to be installed globally via 'npm i -g'
https://github.com/naturalcycles/cli
cli del kpy ts-node
Last synced: 23 days ago
JSON representation
CLI utils to be installed globally via 'npm i -g'
- Host: GitHub
- URL: https://github.com/naturalcycles/cli
- Owner: NaturalCycles
- Created: 2020-04-04T11:11:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T22:41:27.000Z (about 2 months ago)
- Last Synced: 2025-03-24T12:47:53.446Z (about 1 month ago)
- Topics: cli, del, kpy, ts-node
- Language: JavaScript
- Size: 895 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## @naturalcycles/cli
> CLI utils to be installed globally via 'npm i -g'
[](https://www.npmjs.com/package/@naturalcycles/cli)
[](https://packagephobia.now.sh/result?p=@naturalcycles/cli)
[](https://github.com/prettier/prettier)# Install
`npm i -g @naturalcycles/cli`
# CLI commands (globally available)
- `tsn`: short alias for `ts-node` with additional parameters
`-T -r tsconfig-paths/register -r dotenv/config`. Will use `./scripts/tsconfig.json` (file will be
auto-generated in not present).Set `TSN_ESBUILD` env variable to enable experimental `esbuild` transpilation, using `esbuild` and
`esbuild-register` instead of `typescript` and `ts-node`.# Packaging
- `engines.node`: Latest Node.js LTS
- `main: dist/index.js`: commonjs, es2020