san-cli
Version:
San.js 定制化的前端工程构建工具
42 lines (26 loc) • 1.21 kB
Markdown
<h1 align="center">San-CLI</h1>
<div align="center">
A CLI Tooling based on <a href="https://baidu.github.io/san/">San.js</a> for rapid development
</div>
[Full Docs](https://ecomfe.github.io/san-cli/)
## 🎉 Features
- Complete project scaffolding.
- webpack-based with zero configuration.
- Extensible command line and webpack packaging plugins.
San CLI takes into account the San ecosystem while trying to achieve universal configuration. At the beginning of the design phase, we aimed to be not limited to the San application scope, but to make a general and customizable front-end development tooling.
## 📦 Installation
> San CLI requires Node.js version 12.13.0 or above (12.13.0+ recommended).
```bash
# use npm
npm install -g san-cli
# or use yarn
yarn global add san-cli
```
> If you want to use San CLI only in the project, you can add it to the devDependencies of the project package.json and then use [npm-scripts](https://docs.npmjs.com/misc/scripts).
After installation, you can view the help information with the following command:
```bash
san -h
```
For more information, visit [https://ecomfe.github.io/san-cli](https://ecomfe.github.io/san-cli).
## ☀️ License
MIT