@alex.lapinski/create-typescript

Modified Create typescript module

Usage no npm install needed!

<script type="module">
  import alexLapinskiCreateTypescript from 'https://cdn.skypack.dev/@alex.lapinski/create-typescript';
</script>

README

create-typescript

A package initialization template for typescript.

This is a forked version of create-typescript. I've added my own personal changes to it that I usually make after running the base app.

Usage

yarn create typescript

or

npx create typescript

Differences from LoicMahieu's version

  • Use airbnb-config for base of tslint
  • Target es6 for transpiled javascript
  • Added .editorconfig file

Inspirations