A minimal starter project for typescript cli tools
Clone the project
git clone git@github.com:smnhgn/ts-cli-starter.gitGo to the project folder
cd ts-cli-starterInstall dependencies
npm installRun the project
npm run devSymlink the project to the global npm folder
npm linkRun the cli tool
ts-cli-starter