crax
How to install?
# CRAX_BIN: crax download url
# CRAX_REMOTE_STORE: crax assets url
npm install @monan/crax -g
How to use?
crax -h
# 😜 A CLI for frontend programmer based on pnpm
# Usage: crax [OPTIONS] [COMMAND]
# Commands:
# init Create a new empty config file Crax.toml at current directory
# pkg A series of effective operations. e.g. 'pkg cls' will delete all node_modules
# dts Generate type files by tsc
# open Open url, playground and repository easily. e.g. 'crax open vue' will open vuejs api
# mono A series of monorepo operations based on pnpm. e.g. 'crax mono info'
# help Print this message or the help of the given subcommand(s)
# Options:
# -R, --root <ROOT> Crax config path. support: Crax.toml
# -h, --help Print help
# -V, --version Print version
How to update
crax update