https://github.com/pereslavtsev/civ4pm-cli
https://github.com/pereslavtsev/civ4pm-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pereslavtsev/civ4pm-cli
- Owner: pereslavtsev
- Created: 2021-05-19T21:34:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T22:20:50.000Z (about 4 years ago)
- Last Synced: 2025-01-19T23:33:14.494Z (5 months ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
civ4pm-cli
==========[](https://oclif.io)
[](https://npmjs.org/package/civ4pm-cli)
[](https://circleci.com/gh/pereslavtsev/civ4pm-cli/tree/master)
[](https://codecov.io/gh/pereslavtsev/civ4pm-cli)
[](https://npmjs.org/package/civ4pm-cli)
[](https://github.com/pereslavtsev/civ4pm-cli/blob/master/package.json)* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g civ4pm-cli
$ civ4pm COMMAND
running command...
$ civ4pm (-v|--version|version)
civ4pm-cli/0.1.0 win32-x64 node-v16.0.0
$ civ4pm --help [COMMAND]
USAGE
$ civ4pm COMMAND
...
```# Commands
* [`civ4pm hello [FILE]`](#civ4pm-hello-file)
* [`civ4pm help [COMMAND]`](#civ4pm-help-command)## `civ4pm hello [FILE]`
describe the command here
```
USAGE
$ civ4pm hello [FILE]OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to printEXAMPLE
$ civ4pm hello
hello world from ./src/index.ts!
```_See code: [src/commands/index.ts](https://github.com/pereslavtsev/civ4pm-cli/blob/v0.1.0/src/commands/hello.ts)_
## `civ4pm help [COMMAND]`
display help for civ4pm
```
USAGE
$ civ4pm help [COMMAND]ARGUMENTS
COMMAND command to show help forOPTIONS
--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)_