san-cli
v4.2.0
Published
San.js 定制化的前端工程构建工具
Downloads
25
Readme
🎉 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).
# 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.
After installation, you can view the help information with the following command:
san -h
For more information, visit https://ecomfe.github.io/san-cli.
☀️ License
MIT