tscoverage/docs/examples.md

21 lines
1008 B
Markdown
Raw Normal View History

2017-04-01 18:58:23 +00:00
---
name: Examples
---
# Examples
2017-04-21 17:06:22 +00:00
modules that use npmts in theis development workflow
2017-04-01 18:58:23 +00:00
Module Name | Description
--- | ---
2017-04-21 17:06:22 +00:00
[gitzone](https://www.npmjs.com/package/gitzone) | fast npm module prototyping
2017-04-01 18:58:23 +00:00
[gulp-browser](https://www.npmjs.com/package/gulp-browser) | browserify for gulp
2017-04-21 17:06:22 +00:00
[npmdocker](https://www.npmjs.com/package/npmdocker) | dockerized npm development
[smartcli](https://www.npmjs.com/package/smartcli) | easy cli tool creation
2016-08-31 14:10:01 +00:00
2017-04-21 17:06:22 +00:00
> There are tons more... We will add them here over time.
2016-08-31 14:10:01 +00:00
2017-04-01 18:58:23 +00:00
### Tips and tricks:
2016-08-31 14:10:01 +00:00
* Use [npmts-g](https://www.npmjs.com/package/npmts-g) to use globally installed npmts and install npmts locally if no global npmts is available.
* Use [npmpage](https://www.npmjs.com/package/npmpage) to create a webpage from coverage reports and TypeDoc for the module
2017-04-01 18:58:23 +00:00
* Use [hosttoday/ht-docker-node:npmci](https://hub.docker.com/r/hosttoday/ht-docker-node/) for speedy CI builds
2016-08-31 14:10:01 +00:00
* Use [npmdocker](https://www.npmjs.com/package/npmdocker) for running tests consistently with docker.