Skip to content

Minimal template for typescript + yargs cli application bundled with esbuild

License

Notifications You must be signed in to change notification settings

lil1337/typescript-esbuild-yargs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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