ts-npm-boilerplate

A boilerplate for creating NPM packages with TypeScript

Usage no npm install needed!

<script type="module">
  import tsNpmBoilerplate from 'https://cdn.skypack.dev/ts-npm-boilerplate';
</script>

README

TypeScript npm package boilerplate

npm version

A boilerplate project specifically aimed at creating npm modules in TypeScript.

Installation

  1. Clone the repo: git clone https://github.com/nebez/ts-npm-boilerplate.git
  2. Install the dependencies: npm install
  3. Compile to JS: npm run compile
  4. Run the test suite: npm test