Claude

loom-builderdocmarkdown
Path: loom-builder/CLAUDE.mdRelative: CLAUDE.mdSubproject: loom-builderCategory: documentation
Lines: 107Bytes: 2,525Imports: 0Exports: 0

Content Preview

  1. Default to using Bun instead of Node.js.
  2. - Use `bun <file>` instead of `node <file>` or `ts-node <file>`
  3. - Use `bun test` instead of `jest` or `vitest`
  4. - Use `bun build <file.html|file.ts|file.css>` instead of `webpack` or `esbuild`
  5. - Use `bun install` instead of `npm install` or `yarn install` or `pnpm install`
  6. - Use `bun run <script>` instead of `npm run <script>` or `yarn run <script>` or `pnpm run <script>`
  7. - Use `bunx <package> <command>` instead of `npx <package> <command>`
  8. - Bun automat