Skip to content
/ typescript-package Public template

Template for building simple node packages using Typescript

License

Notifications You must be signed in to change notification settings

viqueen/typescript-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 15, 2025
efd09a2 · Feb 15, 2025

History

69 Commits
Jan 27, 2025
May 28, 2023
May 28, 2023
Sep 28, 2023
Sep 28, 2023
Jan 27, 2025
May 24, 2023
Jan 27, 2025
May 24, 2023
Feb 15, 2025
Jan 27, 2025
Sep 28, 2023
Feb 15, 2025
Jan 27, 2025
Jan 27, 2025
Sep 28, 2023

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