Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 541 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 541 Bytes

ts-lib-starter

Features

Installation via git clone

  • Clone this repository
git clone https://github.com/repeale/ts-lib-starter.git your-lib-name
  • Remove the .git folder

  • Change details within:

package.json
LICENSE
README.md
  • Install dependencies
$ cd your-lib-name
$ npm install