Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 414 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 414 Bytes

{{ name }}

A repo for quickly scripting some things in TS. Has a strict TS setup with some linting for correctness hints, several helpful libraries for working with APIs, and some basic string colour utilities for output.

Getting started

./run.sh

Linting

Run the code linting tasks with

yarn lint

You can also format / autofix many linting issues with

yarn lint:fix