https://github.com/netail/turbo-kit
Turborepo CLI for housekeeping
https://github.com/netail/turbo-kit
cli monorepo turbo turborepo typescript
Last synced: 5 months ago
JSON representation
Turborepo CLI for housekeeping
- Host: GitHub
- URL: https://github.com/netail/turbo-kit
- Owner: Netail
- License: mit
- Created: 2024-06-12T21:41:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T22:47:39.000Z (over 1 year ago)
- Last Synced: 2025-09-26T17:56:20.511Z (9 months ago)
- Topics: cli, monorepo, turbo, turborepo, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/turbo-kit
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Turbo Kit
Turborepo CLI for housekeeping
## Installation
```sh
npm install turbo-kit -D
```
```sh
yarn add turbo-kit -D
```
```sh
pnpm add turbo-kit -D
```
## Usage
```sh
Usage: turbo-kit [options] [command]
Options:
-h, --help display help for command
Commands:
clean [files...] Cross env clean workspace
dependencies Display Turbo monorepo dependencies graph
dependents Display Turbo monorepo dependents graph
ls Display all Turbo repo packages
updates Check if the dependencies of the workspace are up to date
help [command] display help for command
```
## Commands
### `clean`
Rimraf files cross environment (window/macos/linux)
### `dependencies`
Display a graph of dependencies within the monorepo.
### `dependents`
Display a graph of dependents within the monorepo.
### `ls`
List all the packages in the monorepo
### `updates`
Check if the dependencies of the workspace are up to date