/cli-tools

🌋 Simplify the configuration required for building projects.

Primary LanguageTypeScript

@tools/cli ✨✨

🍙 It is used to simplify the installation and configuration of tools when creating a new project, such as eslint, git hooks, which is similar to the way that create-react-app can save you from webpack configuration.

Geting Started 🐠

Install to global to use tools.

yarn
yarn build
yarn global add #Global install
clis --version

Usage 🚀

View all commands.

clis -h

New umi based project.

clis --umi <project-name>