/typescript-esbuild-yargs-template

Minimal template for typescript + yargs cli application bundled with esbuild

Primary LanguageJavaScriptThe UnlicenseUnlicense

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