Skip to content

viqueen/typescript-package

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

About

Template for building simple node packages using Typescript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •