create-typescript-thing
v0.3.11
Published
Create a typescript project with formatting, linting, testing, debugging, git and publishing in under 2 minutes.
Downloads
3
Readme
Create Typescript Thing
Create a typescript project with formatting, linting, testing, debugging, git and publishing in under 2 minutes.
The interactive setup will lead you through the process of picking a name, creating a github repository, and setting up a project.
Quick overview
npx create-typescript-thing
# Interactive setup
cd your-new-project
yarn start
Philosophy
- No magic single dependency: Create typescript thing just creates config files for you. After creating your project you will not have to use create-typescript-thing again.