typescript-package-boilerplate

TypeScript NPM Module Boilerplate

Usage no npm install needed!

<script type="module">
  import typescriptPackageBoilerplate from 'https://cdn.skypack.dev/typescript-package-boilerplate';
</script>

README

NPM TypeScript Module Boilerplate

Note: This module should not be required!

What is it?

This is the boilerplate that you can use to build your awesome NPM modules using TypeScript ✨

How to use it?

There are 2 ways to use it:

  1. Go to the repository page and press the green "Use this template" button.
  2. Run the following command in the terminal: npx degit uWynell/typescript-module-boilerplate