Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 516 Bytes

NPM-DEMO-TS

This is a demo npm package written in Typescript, tested with Jest and bundled with Tsup

Article tutorial

A walkthrough article can be found on my Medium

Installation

Install from your command line.

With yarn

yarn add npm-demo-ts

With npm

npm install npm-demo-ts

Author