5 releases

Uses new Rust 2024

new 0.1.4 May 6, 2025
0.1.3 Apr 25, 2025
0.1.2 Apr 21, 2025
0.1.1 Apr 11, 2025
0.1.0 Nov 26, 2024

#1124 in Web programming

Download history 1/week @ 2025-02-05 4/week @ 2025-02-19 2/week @ 2025-02-26 121/week @ 2025-04-09 137/week @ 2025-04-16 147/week @ 2025-04-23

405 downloads per month

MIT license

145KB
3.5K SLoC

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 go 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

Dependencies

~34–71MB
~1M SLoC