Claude
Lines: 107Bytes: 2,525Imports: 0Exports: 0
Content Preview
- 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>`
- - Use `bunx <package> <command>` instead of `npx <package> <command>`
- - Bun automat