Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1001 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 1001 Bytes

TypeScript Package Template

This repository is a template for JavaScript packages written in TypeScript and distributed via registries like npm.

Features

Metadata

There's always some metadata to update when using boilerplate code, so make sure to do the following:

  • Update the package's name, version, description, author, etc in package.json
  • Update the LICENSE.md with the appropriate year and owner
  • Update the CHANGELOG.md with your package's changes
  • Remove the private: true flag from package.json (if you intend to publish to a registry)
  • Replace this README.md with your own 😄