Skip to content

ThinkTS-CLI 是ThinkTS框架配套的脚手架工具,可以通过命令行的方式来创建ThinkTS生态下的各种项目。

Notifications You must be signed in to change notification settings

zy598586050/think-ts-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


一个企业级的NodeJS应用框架

  • 💪 ORM思想用对象的方式CRUD
  • 🔥 应用级提炼封装更贴近业务场景

ThinkTS-CLI

ThinkTS-CLI 是ThinkTS框架配套的脚手架工具,可以通过命令行的方式来创建项目。

目录结构

.
├── dist
│   └── index.js
├── src
│   └── index.js
└── template
    ├── controller
    │   └── index.js
    ├── middleware
    │   └── index.js
    ├── service
    │   └── index.js
    └── validate
        └── index.js
├── package.json
├── tsconfig.json
└── README.md

安装

通过下面的命令全局安装 think-ts-cli 命令行工具

npm install think-ts-cli -g

构建ThinkTS模版项目

think-ts-cli init project-name

创建模版代码

think-ts-cli create

About

ThinkTS-CLI 是ThinkTS框架配套的脚手架工具,可以通过命令行的方式来创建ThinkTS生态下的各种项目。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published