@kamalnrf/claude-plugins

by kamalnrf · v1.0.0 · prompt

Default to using Bun instead of Node.js.

Install

Add @kamalnrf/claude-plugins to Claude Code with the PolySkill CLI: polyskill add @kamalnrf/claude-plugins

Instructions

Default to using Bun instead of Node.js. - Use `bun <file>` instead of `node <file>` or `ts-node <file>` - Use `bun test` instead of `jest` or `vitest` - Use `bun build <file.html|file.ts|file.css>` instead of `webpack` or `esbuild` - Use `bun install` instead of `npm install` or `yarn install` or `pnpm install` - Use `bun run <script>` instead of `npm run <script>` or `yarn run <script>` or `pnpm run <script>` - Bun automatically loads .env, so don't use dotenv. ## APIs - `Bun.serve()` supports WebSockets, HTTPS, and routes. Don't use `express`. - `bun:sqlite` for SQLite. Don't use `better-s…

Keywords: github, bun, nodejs-alternatives, javascript-runtime, server-side-javascript, plugin-development, coding-plugins, open-source-tools