Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 200 Bytes

File metadata and controls

14 lines (12 loc) · 200 Bytes

Minimal typescript + esbuild + yargs template

Clone the repository, then:

npm install
npm run build
node . hello

You also can use

npm run dev

To build and run with single command