1.0.1 • Published 4 years ago

node-cli-startup v1.0.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

node-cli-startup

Apache Apache Apache

一个脚手架命令行起步,可以实现下载模板生成项目的功能。

演示

create

help

TODO

  • 命令行交互
  • 下载模板
  • 发布 npm 包 全局安装使用

Install

Use yarn1.x:

yarn global add node-cli-startup

Usage

Create a project new-project-name:

node-cli-startup create new-project-name

References

  1. 基于 node.js 的脚手架工具开发经历 - 掘金