Beanstalk Development CLI tool
CLI tool with helpful utilities for development
npx @beanstalk/cli balance
npx @beanstalk/cli setbalance
# or
npm i -g @beanstalk/cli
bean balance
bean setbalance
Local development use
While developing, execute the ts file in ./src w/o building via:
yarn beandev
To run the built output, run:
yarn bean