Files
star-kitten/packages/discord/README.md
2025-10-06 23:31:31 -04:00

227 B

tsdown-starter

A starter for creating a TypeScript package.

Development

  • Install dependencies:
npm install
  • Run the unit tests:
npm run test
  • Build the library:
npm run build