Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- `npm run build` - Build the project
Sign in to like and favorite skills
npm run build - Build the projectnpm run lint - Run all linters (Biome, TypeScript, secretlint)npm run lint-biome - Run Biome linter with auto-fixnpm run lint-ts - Run TypeScript type checkingnpm test - Run all testsnpm test -- /path/to/file.test.ts - Run a specific test filenpm test -- -t "test name" - Run tests matching descriptionnpm run test-coverage - Run tests with coverage reportnpm run repomix - Build and run the CLI toolnode: prefix for built-ins, .js extension for relative imports, import type for typesRepomixError, descriptive messages, proper try/catch[filename].test.tsnpm run lint && npm test before committing changes