Inspired by bitandbang's card.
To see my npm
card, run the following command:
npx techeverri
Requires Node.js v16 or newer
- Bun v1.0 or newer
Install dependencies:
bun install
Command | Description |
---|---|
bun run print |
Print the card |
bun run build |
Build and print the card |
bun test |
Run smoke tests (Bun test runner) |
bun run format |
Format all files (Prettier) |
bun run lint |
Run static code analysis (ESLint) |