mili
Version:
vue + koa isomorphic boilerplate
38 lines (22 loc) • 1.33 kB
Markdown
# 
[](https://www.npmjs.com/package/mili)
[](https://www.npmjs.com/package/mili)
[](https://www.npmjs.com/package/mili)
[简体中文](./docs/zh-cn/README.md)
**Projects that derived from the same scaffolding, have evolved over time and become different.**
Scaffolding lost control of the subsequent development of the project.
When we need to improve some of the basic functions of scaffolding(e.g. eslint rules), we need to modify each project, and even have to design a customized solution for some unrecognizable projects.
Therefore, in order to improve the control ability of scaffolding for the subsequent development of the project,
mili allows scaffolding to cure some files and provide upgrades for this part of the files.
## Usage
```
npx mili init https://github.com/Val-istar-Guo/mili-template.git
mili upgrade
```
## Shell
**mili init [option] [repository]**
init project
options:
* `-n` or `--app-name` set application name(defaulted: name in package.json || progress.cwd())
**mili upgrade**
upgrade you project if then template depended outdated.