3dae49b8a14a8f251ae781e8a8a2d5017b0cc8d1
				
			
			
		
	npmts
Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.
Availabililty
Status for master
Introduction
NPMTS is your friend when writing, testing, publishing and documenting npm modules written in TypeScript.
npmts will
- check your dependencies and package.json
 - transpile your code with tsc,
 - document your code with typedoc,
 - test your code with mocha
 - create coverage with istanbul
 
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
For further information read the docs.
Description
				
					Languages
				
				
								
								
									JavaScript
								
								59.5%
							
						
							
								
								
									TypeScript
								
								40.5%