Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

clouedoc/typescript-boilerplate-old

Repository files navigation

Boilerplate

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.

To edit

  1. "bin" name in package.json and "bin" in "oclif" in package.json
  2. Package name in package.json

Development

In two different windows, run the following commands:

yarn watch:lint
yarn watch:build

Link binary

yarn link

## Make sure you have yarn bin added to path
yarn global bin # <- add "export PATH=$PATH:$(yarn global bin)" to your zshrc
``