mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
8 lines
177 B
Bash
8 lines
177 B
Bash
rm -rf tmp
|
|
mkdir tmp
|
|
cd tmp
|
|
|
|
echo "version:"
|
|
npx --registry http://localhost:4873 @ziex/cli@dev version
|
|
echo -e "\ninit:"
|
|
npx --registry http://localhost:4873 @ziex/cli@dev init |