@tomorrow-setup/cli
v0.1.0
Published
Tomorrow Setup — install tmr, the developer environment CLI
Readme
@tomorrow-setup/cli
Install the tmr CLI. No source clone.
npm i -g @tomorrow-setup/cli
pnpm add -g @tomorrow-setup/cli
yarn global add @tomorrow-setup/cli
bun add -g @tomorrow-setup/cliThen:
tmr --version
tmr init --yesOr Bun-style:
powershell -c "irm https://github.com/Pond32145/tmr-setup/releases/latest/download/install.ps1 | iex"curl -fsSL https://github.com/Pond32145/tmr-setup/releases/latest/download/install.sh | bash