2.0.0-beta.6 • Published 3 years ago

tomono v2.0.0-beta.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

tomono

A cli for migrating multi-repo to monorepo.

oclif Version Downloads/week License

Usage

$ npm install -g tomono
$ tomono COMMAND
running command...
$ tomono (-v|--version|version)
tomono/2.0.0-beta.5 darwin-x64 node-v14.17.6
$ tomono --help [COMMAND]
USAGE
  $ tomono COMMAND
...

Commands

tomono create

create a new monorepo when migrating

USAGE
  $ tomono create

OPTIONS
  -c, --config=config  specify the json(c) config file used for migrating, default "tomono.jsonc" if present, which can
                       be generated by "tomono serve"

  -h, --help           show CLI help

  -n, --no-tags        specify whether the remote repos' tags need to be backed up when migrating

See code: src/commands/create.ts

tomono help [COMMAND]

display help for tomono

USAGE
  $ tomono help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

tomono merge

merge specified branches into an existing monorepo

USAGE
  $ tomono merge

OPTIONS
  -c, --config=config  specify the json(c) config file used for migrating, default "tomono.jsonc" if present, which can
                       be generated by "tomono serve"

  -h, --help           show CLI help

  -n, --no-tags        specify whether the remote repos' tags need to be backed up when migrating

See code: src/commands/merge.ts

tomono serve

generate a template jsonc config file used for migrating

USAGE
  $ tomono serve

OPTIONS
  -h, --help       show CLI help
  -n, --name=name  specify the configuration file name, default "tomono.jsonc"

See code: src/commands/serve.ts

2.0.0-beta.2

3 years ago

2.0.0-beta.1

3 years ago

2.0.0-beta.0

3 years ago

2.0.0-beta.6

3 years ago

2.0.0-beta.5

3 years ago

2.0.0-beta.4

3 years ago

2.0.0-beta.3

3 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago