crax

Crates.iocrax
lib.rscrax
version0.1.5
created_at2024-11-26 10:35:13.246308+00
updated_at2025-07-22 06:18:52.166768+00
descriptionAn interesting CLI for frontend programmer
homepagehttps://github.com/wangxdmm/crax
repositoryhttps://github.com/wangxdmm/crax
max_upload_size
id1461444
size128,977
(wangxdmm)

documentation

README

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
Commit count: 0

cargo fmt