Skip to content
/ ts-cli Public

generic typescript client minimal scaffolding

Notifications You must be signed in to change notification settings

egrif/ts-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-cli

generic typescript cli with minimal scaffolding and supprot for creating an executable using pkg

Creating a new cli

  • Clone this repository into a different project folder git clone git@github.com:egrif/ts-cli.git my-new-project
  • Replace all instances of ts-cli with my-new-project in package.json
  • Rename src/ts-cli.ts to src/my-new-project.ts
  • Install dependencies npm install

Using the tools

npm run pkg

About

generic typescript client minimal scaffolding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published