Skip to content

fernandomoraes/nodejs-ts-library-starter

Repository files navigation

nodejs typescript library starter

Simple setup to start a new nodejs typescript library

Features

  • Editorconfig
  • Prettier
  • Esling (airbn and typescript styles)
  • CommonJS and ESM outputs
  • CI lint tasks
  • Jest tests
  • Git hooks

Extras

VSCode

To better experience on VSCode, configure on settings.json

"editor.codeActionsOnSave": {
  "source.fixAll": true
}
...
"editor.formatOnSave": true,

About

nodejs typescript library starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published