Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 440 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 440 Bytes

ts-cli-starter

A minimal starter project for typescript cli tools

Development

Clone the project

  git clone [email protected]:smnhgn/ts-cli-starter.git

Go to the project folder

  cd ts-cli-starter

Install dependencies

  npm install

Run the project

  npm run dev

Symlink the project to the global npm folder

  npm link

Run the cli tool

  ts-cli-starter