A scaffolding template to create CLIs and services in typescript
- nodejs 10.x or higher
- ts 3.x or higher
- typescript type checking and transpilation
- test infrastructure for unit and e2e tests using jest (feel free to replace it with other frameworks)
- code linting
- convnentional commit messages linting
- automated CHANGELOG generation based on commit messages
- automated release process
- clone this repository
- remove
.git
folder - replace
version
,name
anddescription
attributes inpackage.json
- write your own
README
- start writing your code
- update git revision to start linting your commits from in
gulpfile.js
(see task lint-commits)
See CHANGELOG.md
See CONTRIBUTING.md