Skip to content

rhases/typescript-npm-module-bootstrap

 
 

Repository files navigation

How to write a NPM module using TypeScript

Targeting Node.js (v6) and TypeScript

- see related article on Medium

Provide :

  • packaging for TypeScript use
  • packaging for Node.js (v6) use
  • TypeScript testing with Jasmine
  • Gulp automatisation

How to run

npm i
gulp
gulp test
Notes
  • index.ts at root is mandatory for tsc in order to make the module discoverable
  • dist/index.js is the entry point for node.js targeting
  • .npmignore allow to expose dist/ and definitions folders without versionning it.

About

TypeScript NPM module bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • TypeScript 27.3%