Install package:
# npm
npm install @bouzu/shared
# yarn
yarn add @bouzu/shared
# pnpm
pnpm install @bouzu/shared
Import:
// ESM
import * as shared from '@bouzu/shared'
// CommonJS
const shared = require('@bouzu/shared')
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
Made with 💛
Published under MIT License.