1.1.3 • Published 10 months ago

turbo-kit v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Turbo Kit

Turborepo CLI for housekeeping

Installation

npm install turbo-kit -D
yarn add turbo-kit -D
pnpm add turbo-kit -D

Usage

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

1.1.3

10 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

12 months ago