getting started
install rqsh globally to start using the interactive REPL in your terminal.
installation
# npm
npm install -g request-shell
npm install -g request-shell
# bun
bun add -g request-shell
bun add -g request-shell
# yarn
yarn global add request-shell
yarn global add request-shell
# pnpm
pnpm add -g request-shell
pnpm add -g request-shell
running rqsh
once installed, run this command to boot into the prompt:
rqsh