- Notifications
You must be signed in to change notification settings - Fork35
a simple CLI for scaffolding of FE
License
NotificationsYou must be signed in to change notification settings
NuoHui/easy-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
一个快速上手的前端脚手架, 轻松创建项目模板, 实现0配置, 快速开发。
- 支持多类型项目模板(目前Node,Vue CSR), 模板都会集成代码扫描, 工作流等, 具体查看模板github地址。
- 支持添加项目模板, 删除项目模板(flok 作为自己的工具推荐使用)
- 支持自动检测脚手架更新
Windows系统安装
$ npm i easy-tool-cli -g
Mac下安装
$ sudo npm i easy-tool-cli -g
$ easy
# 指定项目名字创建项目$ easy create 模板名<template-name> 项目名字<project-name># 在当前目录创建项目$ easy create 模板名<template-name> .
$ easy list
$ easy add 模板名<template-name> 模板github仓库地址,支持ssh/https格式<git-repo-address>
$ easy delete 模板名<template-name>
执行pkg下的脚本, 自动发版并且生成changelog, travis就会执行检测后续自动发到npm.
npm run release
- 优化Node应用模板
- 优化Vue应用模板
- 添加单测
About
a simple CLI for scaffolding of FE
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.