Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 253 Bytes

File metadata and controls

11 lines (7 loc) · 253 Bytes

typescript-library

Template for TypeScript library projects. It includes:

  • Nothing except the defaults ( for now... )

Getting started

  1. Update package.json with your project details
  2. Install dependencies with npm install
  3. Start coding!