https://github.com/ericlee33/ts-node-template-cli
Command line interface for rapid ts-based node project development
https://github.com/ericlee33/ts-node-template-cli
cli node-cli node-template nodejs ts-node typescript
Last synced: 2 days ago
JSON representation
Command line interface for rapid ts-based node project development
- Host: GitHub
- URL: https://github.com/ericlee33/ts-node-template-cli
- Owner: ericlee33
- License: mit
- Created: 2022-06-28T17:12:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T18:04:08.000Z (almost 4 years ago)
- Last Synced: 2025-09-15T12:14:20.035Z (8 months ago)
- Topics: cli, node-cli, node-template, nodejs, ts-node, typescript
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh_CN.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-node-template-cli
English | [简体中文](./README-zh_CN.md)
# ✨特性
一键创建 `TypeScript` 环境的 `node` 项目
- 支持集成 vscode `launch.json` 配置
- 支持打包为 cli 形式
# 动机
当我们使用 node.js 进行开发,尤其当项目比较大,且需要多人维护时。使用 TypeScript 作为开发语言会是更好的选择。但是问题是,node 项目 debug 不容易配置。
# 📦项目
# 🔨使用方式