Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 370 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 370 Bytes

This is a boilerplate repo for starting a new library. It includes configurations for:

  • eslint
  • typescript
  • typedoc
  • mocha
  • codecov
  • travis

When setting up a new project from this repo, make sure to update the "name" in the package.json, along with the various "url" fields. You should also remove this README and create a new one specific to the project.