Bare-bones template for developing TypeScript npm packages. ⚙
- Using GitHub - click the green 'Use this template' button above.
- Using npm - use degit:
npx degit ConnorJamesLow/ts-npm-pkg-template my-ts-pkg
. Note: you will need to set up your own repository structure.
Run npm init -y
and npm i typescript
, or use the package.json.example, and you are on your way.