generator-typescript-jest

Minimal TypeScript project with Jest testing

Usage no npm install needed!

<script type="module">
  import generatorTypescriptJest from 'https://cdn.skypack.dev/generator-typescript-jest';
</script>

README

generator-typescript-jest

Quickly create a minimal TypeScript project with Jest testing. Requires Yeoman and Yarn.

# Globally install generator using Yarn
yarn global add generator-typescript-jest

# Create a new project in the current directory using Yeoman
yo typescript-jest