- ✅ TypeScript
- 🧯 Linting via ESLint with Prettier
- ⛑️ Testing via Jest
- 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