@gitzone/npmts
TypeScript icon, indicating that this package has built-in type declarations

8.0.38 • Public • Published

npmts

best practice npm TypeScript modules

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month bitHound Dependencies bitHound Code [Known Vulnerabilities] TypeScript node JavaScript Style Guide

Quick Demo

asciicast

Usage

NPMTS is your friend when writing, testing, publishing and documenting npm modules written in TypeScript.

npmts will

  1. check your dependencies and package.json (unused, missing, updates, security)
  2. transpile your code with tsc,
  3. test your code with tap (supports the fancy stuff like Promises, Generators, async/await, sourcemaps, parallel test execution in child processes)
  4. create coverage with istanbul (supports tracing of the originating TypeScript)

For more information on how tests are run check out the tapbuffer module.

For more information about how to best write tap tests check out the tapbundle module's linked docs.

This works on your machine and in CI. There is a prebuild docker image available that includes npmts to make CI a breeze:
hosttoday/ht-docker-node:npmts on Dockerhub

Changelog

For breaking changes please see the changelog.

For further information read the linked docs at the top of this README.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer

/@gitzone/npmts/

    Package Sidebar

    Install

    npm i @gitzone/npmts

    Weekly Downloads

    3

    Version

    8.0.38

    License

    MIT

    Unpacked Size

    364 kB

    Total Files

    77

    Last publish

    Collaborators

    • lossless