0.0.11 • Published 7 years ago
dm-tpl v0.0.11
dm-tpl
- using gitflow: https://www.atlassian.com/git/tutorials/comparing-workflows
Install
npm install dm-tpl -g
# or
npm install dm-tpl --save-devFeatures
Technical Features
- programatic mocha testing with livereload (npm run test:watch)
- nyc code coverage with livereload (npm run coverage:watch)
- class based typescript
- gitflow support
- run via ts-node with livereload (npm run start:watch)
- node debugger
- ci
Workflow Features
- npm- publish release
 
- gitflow- publish release
- create hotfix
- publish hotfix
- create feature
 
TODO: Usage
Utility vs Tasks
Utility
- are Singletons
- offer Helper functions
Tasks
- have a run function
- use Utility functions