@ttoss/monorepo
@ttoss/monorepo
is a tool to setup a monorepo with pnpm based on ttoss conventions.
Install
pnpm add -Dw @ttoss/monorepo
Setup
First, configure Git and package.json
if you haven't already done so.
git init
npm init -y
To setup your monorepo, you need to execute the following command:
npx @ttoss/monorepo setup