JS Monorepo CLI utils. The primary intention of this CLI is to detect what will you changes affects inside your monorepo.
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.
This project was inspired by the Nx cli !