Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zys8119/nst
一个node服务工具,可快速便捷创建一个web服务,及其他功能
https://github.com/zys8119/nst
javascript nodejs server tools
Last synced: 10 days ago
JSON representation
一个node服务工具,可快速便捷创建一个web服务,及其他功能
- Host: GitHub
- URL: https://github.com/zys8119/nst
- Owner: zys8119
- Created: 2017-09-16T12:44:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T04:00:24.000Z (about 2 years ago)
- Last Synced: 2024-10-31T09:46:32.605Z (15 days ago)
- Topics: javascript, nodejs, server, tools
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nst [![npm](https://img.shields.io/badge/npm-Install-zys8119.svg?colorB=cb3837&style=flat-square)](https://www.npmjs.com/package/nst) [![github](https://img.shields.io/badge/github-
-zys8119.svg?colorB=000000&style=flat-square)](https://github.com/zys8119/Nst)
Nst是一个控制台交互式命令解析控制器。可以快速便捷的开发一个新的脚手架。## 安装
```
npm i nst [-g]
```## 教程
###### 具体方法及配置请查看[源代码](https://github.com/zys8119/Nst/blob/master/index.js)
###### 如需控制台命令解析器请查看ncommand[API文档](https://github.com/zys8119/ncommadn)
###### 如需颜色输出请查看ncol[API文档](https://github.com/zys8119/ncol)