https://github.com/blimmer/circleci-monorepo-helper
https://github.com/blimmer/circleci-monorepo-helper
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blimmer/circleci-monorepo-helper
- Owner: blimmer
- Created: 2021-05-30T22:28:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T23:53:00.000Z (about 5 years ago)
- Last Synced: 2025-02-26T20:43:02.253Z (over 1 year ago)
- Language: TypeScript
- Size: 252 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# circleci-monorepo-helper
A CLI tool used to generate CircleCI continuation workflows
[](https://oclif.io)
[](https://npmjs.org/package/circleci-monorepo-helper)
[](https://circleci.com/gh/blimmer/circleci-monorepo-helper/tree/master)
[](https://npmjs.org/package/circleci-monorepo-helper)
[](https://github.com/blimmer/circleci-monorepo-helper/blob/master/package.json)
- [Usage](#usage)
- [Commands](#commands)
# Usage
```sh-session
$ npm install -g circleci-monorepo-helper
$ circleci-monorepo-helper COMMAND
running command...
$ circleci-monorepo-helper (-v|--version|version)
circleci-monorepo-helper/0.0.0 darwin-x64 node-v14.17.0
$ circleci-monorepo-helper --help [COMMAND]
USAGE
$ circleci-monorepo-helper COMMAND
...
```
# Commands
- [`circleci-monorepo-helper hello [FILE]`](#circleci-monorepo-helper-hello-file)
- [`circleci-monorepo-helper help [COMMAND]`](#circleci-monorepo-helper-help-command)
## `circleci-monorepo-helper hello [FILE]`
describe the command here
```
USAGE
$ circleci-monorepo-helper hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ circleci-monorepo-helper hello
hello world from ./src/hello.ts!
```
_See code:
[src/commands/hello.ts](https://github.com/blimmer/circleci-monorepo-helper/blob/v0.0.0/src/commands/hello.ts)_
## `circleci-monorepo-helper help [COMMAND]`
display help for circleci-monorepo-helper
```
USAGE
$ circleci-monorepo-helper help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
```
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_