daveholst / aoc-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for TS projects ft. Pulumi

This is a GH template repo to ease the pain of spinning up new TS projects. In order to quickly deploy projects, basic pulumi bootstrapping has been added.

Includes

This template includes a few tools setup out of the box.

  • Typescript
  • Pulumi
  • Pulumi
  • EsLint
  • Prettier
  • .gitignore

Scripts

pnpm dev - uses concurrently to run TSC and nodemon on the repo

About


Languages

Language:TypeScript 96.3%Language:JavaScript 3.7%