Getting Started
Installation
Use your favourite package manager to install the module from @abw/badger.
shell
npm add @abw/badgershell
pnpm add @abw/badgershell
yarn add @abw/badgerBasic Use
You should now be able to import any of the functions using ESM syntax.
js
import { workspace, progress, quit } from '@abw/badger'Or via require() if you're still using Common JS format.
js
const { workspace, progress, quit } = require('@abw/badger')Do the Happy Badger Dance
You are now ready to go and may want to take a moment to do the Happy Badger Dance.
