Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wizyma/trunkity
- Owner: Wizyma
- License: mit
- Created: 2020-05-09T07:37:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:27:34.000Z (about 2 years ago)
- Last Synced: 2024-10-29T21:31:08.350Z (about 2 months ago)
- Topics: javascript, monorepo, typescript
- Language: TypeScript
- Homepage:
- Size: 2.26 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 !