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
- Host: GitHub
- URL: https://github.com/robcresswell/dems-lib
- Owner: robcresswell
- Created: 2019-07-01T16:07:07.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-17T13:52:47.000Z (over 3 years ago)
- Last Synced: 2025-02-08T16:41:34.505Z (12 months ago)
- Topics: dems, scaffold, script, typescript
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```