A ready-to-go TypeScript/JavaScript SDK package starter, with linting, testing, build & publish workflows included.
bun install @b3-crow/npm-sdk-templateimport {} from '@b3-crow/npm-sdk-template';# Install dependencies
bun install
# Build
bun build
# Lint
bun lint
# Format code
bun formatMIT