@robinlemon/create-typescript-project

A command line utility to create an opinionated TypeScript project.

Usage no npm install needed!

<script type="module">
  import robinlemonCreateTypescriptProject from 'https://cdn.skypack.dev/@robinlemon/create-typescript-project';
</script>

README

Create TypeScript Project

A command line utility and collection of packages to create an opinionated TypeScript project.

Build Status Coverage Status TypeCov Codechecks

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

MIT