Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.01 KB

TS template for CLIs and Services

A scaffolding template to create CLIs and services in typescript

Requirements

  • nodejs 10.x or higher
  • ts 3.x or higher

What is included

Usage

  • clone this repository
  • remove .git folder
  • replace version, name and description attributes in package.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)

Changelog

See CHANGELOG.md

Contributing

See CONTRIBUTING.md