Skip to content

Symmetronic/typescript-library-template

Repository files navigation

release badge audit badge License: MIT Conventional Commits

TypeScript Library Template

Template for a TypeScript library.

Development

NPM Scripts

  • npm install: Install dependencies
  • npm run dev: Run tests in watch mode for development
  • npm run build: Build for production
  • npm test: Run tests once
  • npm run test:coverage: Run tests once and collect coverage
  • npm run typecheck: Check for TypeScript errors
  • npm run lint: Lint code
  • npm run format: Format code

About

Template for a TypeScript library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published