Skip to content

Wizyma/trunkity

Repository files navigation

trunkity

JS Monorepo CLI utils. The primary intention of this CLI is to detect what will you changes affects inside your monorepo.

Get Started

with yarn

$ yarn add -g trunkity

# show affecteds
$ trunkity -a # --affected 

with npm

$ npm i -g trunkity

# show affecteds
$ trunkity -a # --affected 

It can also be used as a dev dependencie.

Mentions

This project was inspired by the Nx cli !