Skip to content

Instantly share code, notes, and snippets.

@degensean
degensean / init-ts-project.sh
Last active June 5, 2024 14:17
Initialize a Typescript project using yarn with git
#!/bin/bash
# Usage: ./init-ts-project.sh my-new-project
# Install yarn: https://classic.yarnpkg.com/en/docs/install/#windows-stable
# Install jq: https://jqlang.github.io/jq/download/
PROJECT_NAME=$1
# Check if a project name was provided