A minimal starter project for typescript cli tools
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