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

https://github.com/hlwht/hollow-ts-template

Minimal template for typescript + yargs cli application bundled with esbuild
https://github.com/hlwht/hollow-ts-template

node-js nodejs-cli nodejs-template typescript-template typescript-template-project yargs yargs-template

Last synced: 2 months ago
JSON representation

Minimal template for typescript + yargs cli application bundled with esbuild

Awesome Lists containing this project

README

          

# 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