Skip to content

kpfromer/template-typescript-npm-package

Repository files navigation

template-typescript-npm-package

A barebones file structure for creating a npm package in TypeScript.

Other Templates

Includes

Scripts

  • npm start for starting src/index.ts (might want to remove this and ts-node depending on package)
  • npm run test for jest testing
  • npm run test:watch for watching files using jest
  • npm run build for building TypeScripts to lib folder
  • npm run lint runs eslint
  • npm run format runs prettier

License

This project is licensed with the MIT license

About

A GitHub template for a TypeScript NPM package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published