Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 405 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 405 Bytes

ts-script-starter

Node 22.7 Typescript starter

Create new project

use degit

npx degit proofgeist/ts-script-starter my-project

copy env-starter to .env

cp env-starter .env

Install dependencies

npm install

Run

npm run ts

Tests

npm run test

Test setup is from https://nodejs.org/en/learn/test-runner/using-test-runner