@calebboyd/create-tsp

A npm init command for seeding a server side typescript project

Usage no npm install needed!

<script type="module">
  import calebboydCreateTsp from 'https://cdn.skypack.dev/@calebboyd/create-tsp';
</script>

README

create-tsp

This is an npm init script for generating a typescript project

Options:

--root        Generate top level project (dot-files, commitlint, etc)

Usage:

npm

  • npm init @calebboyd/tsp

yarn:

  • yarn create @calebboyd/tsp

Or, with

npx

  • npx @calebboyd/create-tsp