Skip to content

geoffb/typescript-package

Repository files navigation

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 😄

About

A template for TypeScript packages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published