/cli

CLI tool for simplifying project creation and configuration

Primary LanguageTypeScript

安装

npm i sunshj -g

sun --version

创建预设github模板

sun create my-app

克隆项目

sun get sunshj/vue3-ts-starter

#or
sun get sunshj/vue3-ts-starter#main my-app

项目配置

sun config

# or
sun config --eslint --prettier --stylelint --lintStaged --commitlint -w

创建Node.js项目(本地模版)

sun new my-app