An open API service indexing awesome lists of open source software.

https://github.com/robcresswell/dems-lib

npx dems robcresswell/dems-lib
https://github.com/robcresswell/dems-lib

dems scaffold script typescript

Last synced: 10 months ago
JSON representation

npx dems robcresswell/dems-lib

Awesome Lists containing this project

README

          

# {{ 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

```console
./run.sh
```

### Linting

Run the code linting tasks with

```
yarn lint
```

You can also format / autofix many linting issues with

```
yarn lint:fix
```