An open API service indexing awesome lists of open source software.

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

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 不容易配置。

# 📦项目

# 🔨使用方式