Skip to content

pwalker/ts-starter

Repository files navigation

ts-starter

A simple typescript starting for just doing typescript things.

You can copy this down and get working with degit:

pnpm dlx degit pwalker/ts-starter my-new-app

And then you might want to set git back up:

cd my-new-app
git init .
git add .
git commit -m "initial commit"

About

A simple typescript starting for just doing typescript things.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published