Skip to content

Repository files navigation

typescript-package

Template for building node packages using Typescript

environment

  • nvm to manage node versions.
brew install nvm
  • install node version
nvm install

house-keeping

  • install dependencies
npm ci
  • build it
npm run build
  • format it
npm run  format
  • lint it
npm run lint
npm run lint --fix
  • test it
npm test
  • invite claude
npm run claude

About

Template for building simple node packages using Typescript

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages