Skip to content

beckend/typescript-npm-boilerplate

Repository files navigation

Build Status Coverage Status Dependency Status DevDependency Status

A Boilerplate to create npm modules using typescript

Requires

  • npm -g i gulp-cli jest-cli.
  • optional and faster yarn - yarn install, yarn add global gulp-cli jest-cli.

Usage

  • gulp --tasks to get going.

Developing

  • jest --watchAll to watch recompiled files and rerun tests.

Testing

Supports:

  • jest, needs jest-cli installed. it will execute the transpiled files from typescript.
  • npm run docker-test requires docker, docker-compose to be installed.

Dist

  • gulp will run default task which consist of running tasks:
  • lint, clean, build, minify then jest and collect coverage.

Note all minified files are ES5.

About

Boilerplate to create npm modules using typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published