Skip to content

Instantly share code, notes, and snippets.

@degensean
degensean / init-ts-project.sh
Last active January 8, 2025 02:22
Initialize a Typescript project using yarn with git
#!/bin/bash
# Usage: ./init-ts-project.sh my-new-project
## Prerequisites:
# Install yarn: https://classic.yarnpkg.com/en/docs/install/#windows-stable
# Install jq: https://jqlang.github.io/jq/download/
PROJECT_NAME=$1