san-cli

4.2.0 • Public • Published

San-CLI

A CLI Tooling based on San.js for rapid development

Full Docs

🎉 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

Dependents (0)

Package Sidebar

Install

npm i san-cli

Weekly Downloads

1

Version

4.2.0

License

MIT

Unpacked Size

6.16 kB

Total Files

3

Last publish

Collaborators

  • ksky521
  • ecomfe-core
  • wanwu-core