hackycy的脚手架工具集
curl -fsSL https://raw.githubusercontent.com/hackycy/hackycy-cli/main/scripts/install.sh | bashpowershell -c "irm https://raw.githubusercontent.com/hackycy/hackycy-cli/main/scripts/install.ps1 | iex"Windows users upgrading from v0.0.46 or earlier must run this installer once before using
ycy upgrade.
$ ycy --help
Usage: ycy [options] [command]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
export Export utilities
config Manage ycy configuration
git Git utilities
rm [options] [paths...] Remove files/dirs, or smartly clean project artifacts when no path given
serve [options] [directory] Serve static files from a directory (defaults to current directory)
diff [options] <baseline-directory> <target-directory>
Compare two directories in a browser
zip [options] [directory] Zip a directory into a zip file
run [path] Run package.json scripts
tunnel Manage trusted tunnel clients and tunnel definitions
upgrade Upgrade cli to the latest version
help [command] display help for command