1.2.1 • Published 6 years ago

sy-node v1.2.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

sy-node: 手印NodeJS 项目初始化 手脚架结构

你是否对每次都要进行的新项目的准备工作感到厌烦?

你是否看过了好多关于搭建手脚架的目录感觉都不适用?

全局安装sy-node

npm i sy-node -g //全局安装

创建项目

sy-node | snode init xxxx //创建xxxx项目

├───package.json
├───public/
├───controllers/
├───routes/
├───services/
├───models/
├───tests/
├───middlewares/
├───public/
├───config/
├───bin/
├───README.md/
├───app.js
└───xxxx.json (pm2 start config file)

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago