Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wizyma/trunkity

Monorepo CLI
https://github.com/wizyma/trunkity

javascript monorepo typescript

Last synced: about 2 months ago
JSON representation

Monorepo CLI

Awesome Lists containing this project

README

        

![](https://img.shields.io/github/workflow/status/Wizyma/trunkity/CD?label=trunkity%20Build&style=for-the-badge)
![](https://img.shields.io/npm/v/trunkity?label=trunkity&style=for-the-badge)

# 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
```bash
$ yarn add -g trunkity

# show affecteds
$ trunkity -a # --affected
```

with npm
```bash
$ 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](https://github.com/nrwl/nx) cli !