Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 674 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 674 Bytes

ts-module-boilerplate

Boilerplate to kickstart creating a Node.js module with Typescript

Getting started

Click the "Use this template" button.

Alternatively, create a new directory and then run:

NOTE: ⚠️ you must have PNPM installed to make this work

$ npx degit https://github.com/lasalefamine/ts-module-boilerplate your-project && cd $_ && ./init.sh

Remove above


CI

awesome-module

My awesome module

Install

$ pnpm add awesome-module

Usage

FILL ME

API

FILL ME