0.13.0 • Published 2 years ago

turborepo-tools v0.13.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

turborepo-tools

move-root-deps

Moves dependencies from root package.json to the packages in your monorepo where they are imported.

npx -p turborepo-tools move-root-deps -d .

Options

NameShortDescription
--directory (req)-dpath to your monorepo. Can be a relative path
--limit-lLimit the number of deps to move
--dry-runLog and exit
--pristine-pSpecify dirs you don't want to touch
--skip-sSkip some deps, can use multiple times
--skip-prefixSame idea as --skip
--onlyMove only the dep specified, can use multiple times
--only-prefixSame idea as --only
--include-devIncludes devDependencies (default true)

self-imports

npx -p turborepo-tools fix-self-imports -d .

Options

NameShortDescription
--directory (req)-dpath to your monorepo. Can be a relative path
--dry-runLog and exit
--limit-lLimit the number of deps to move
--onlyMove only the dep specified. Can use multiple times

get-deps

npx -p turborepo-tools get-deps -d . -p @internal/foo

Options

NameShortDescription
--directory (req)-dpath to your monorepo. Can be a relative path
--package-pRequired. specify a single package
--recursive-rCrawl up the dependent tree

footprint

npx -p turborepo-tools footprint -d . -p @internal/foo
NameShortDescription
--directory (req)-dpath to your monorepo. Can be a relative path
--package-pRequired. specify a single package

has-script

Checks all packages for a given script.

npx -p turborepo-tools has-script -d . -t test

Options

NameShortDescription
--directory (req)-dpath to your monorepo. Can be a relative path
--task-tRequired. specify the script you are looking for
0.13.0

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.11.0

2 years ago

0.10.3

2 years ago

0.10.2

2 years ago

0.10.1

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.5

2 years ago

0.7.4

2 years ago

0.7.3

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.6.0

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago