This repository contains boilerplate for my TypeScript projects.
Info: I do not use this boilerplate anymore. Find the most recent one on my GitHub profile and use that instead.
- "bin" name in
package.json
and "bin" in "oclif" inpackage.json
- Package name in
package.json
In two different windows, run the following commands:
yarn watch:lint
yarn watch:build
yarn link
## Make sure you have yarn bin added to path
yarn global bin # <- add "export PATH=$PATH:$(yarn global bin)" to your zshrc
``