Skip to content

cbush/typescript-cli-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-cli-template

Typescript CLI template

Development

Build & Run

npm i
npm run build
node .

Add Commands

Add commands to src/commands/. The CLI automatically picks up any non-test .ts file that default-exports a yargs.CommandModule. See existing commands for example.

About

Typescript CLI template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published