Skip to content

Boilerplate project to create cli tools using Node and TypeScript. Unit Tests and VS Debugger is configured.

Notifications You must be signed in to change notification settings

VladimirMakaev/typescript-cli-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the seed project to create cli tools with Node and TypeScript.

VS Code debugging is supported directly in TypeScript

Workflow

Once cloned go to package.json and edit boilerplate values.

Note: name, version, description are taken from package.json so you want to put relevant information there.

Use commands defined in package.json to develop and test the tool you are writing:

npm start -- --param1 value1
npm start -- -p value

Will start commanline with param1 passed

npm start -- --help

Will printout help for the tool

About

Boilerplate project to create cli tools using Node and TypeScript. Unit Tests and VS Debugger is configured.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published