Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 410 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 410 Bytes

Typescript-starter

This is an ESM node package intended to be a boilerplate to work with ES modules and Typescript. It works with eslint, prettier and husky.

Just clone the repository, go into typescript-starter and execute npm i. Then you can use all the commands described in the "script": section of the package.json file.

In you want to contribute please make a fork and submit a pull-request.