GitXplorerGitXplorer
g

typescript-template

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
5af4f885dcc5c0671dd4e94531ceb6477b16f73c

fix(scripts/setup): remove unneeded deps in script

ggamemaker1 committed 2 years ago
Verified
4e50a34198433d8c57637e3f29cbc88d785e25f8

docs(readme): add `wireit` as a feature

ggamemaker1 committed 2 years ago
Verified
5edbce4afa3609dc475b49796230e6a282ece133

build(scripts): use `wireit` to augment npm scripts

ggamemaker1 committed 2 years ago
Verified
b7ddd68c8b6b25cb6e3c88c08ac36a41870330c7

ci(steps/test): do not fail fast

ggamemaker1 committed 2 years ago
Verified
cd56604f723e18aa9c0b0c031db3f932cbe0021e

fix(scripts/setup): move ci check to the beginning

ggamemaker1 committed 2 years ago
Verified
763691b251a9be13e3d19e3ca358bd165b303793

chore(deps): bump dependencies

ggamemaker1 committed 2 years ago

README

The README file for this repository.

Opiniated Typescript + ESM Template

Github Workflow Status GitHub Stars

What Is This?

An opiniated template for Typescript + ESM projects.

It includes:

How Do I Use It?

To use this template, degit it:

$ mkdir <project-name>
$ pnpx degit gamemaker1/typescript-template
$ pnpm install

Answer a couple of questions as part of the setup process, and get coding!

License

You can use this template for any project! The license.md file in this repository IS NOT the license for this template - it is part of the template, and you can change it as you wish.