https://github.com/innerlee/mm
OpenMMLab CLI Tool
https://github.com/innerlee/mm
Last synced: 21 days ago
JSON representation
OpenMMLab CLI Tool
- Host: GitHub
- URL: https://github.com/innerlee/mm
- Owner: innerlee
- Created: 2020-12-16T03:42:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T04:08:38.000Z (over 4 years ago)
- Last Synced: 2025-02-11T14:46:52.361Z (2 months ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mm
==Open-MMLab CLI Tool
[](https://oclif.io)
[](https://npmjs.org/package/mm)
[](https://circleci.com/gh/innerlee/mm/tree/master)
[](https://ci.appveyor.com/project/innerlee/mm/branch/master)
[](https://codecov.io/gh/innerlee/mm)
[](https://npmjs.org/package/mm)
[](https://github.com/innerlee/mm/blob/master/package.json)* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g mm
$ mm COMMAND
running command...
$ mm (-v|--version|version)
mm/0.0.1 linux-x64 node-v15.4.0
$ mm --help [COMMAND]
USAGE
$ mm COMMAND
...
```# Commands
* [`mm hello [FILE]`](#mm-hello-file)
* [`mm help [COMMAND]`](#mm-help-command)## `mm hello [FILE]`
describe the command here
```
USAGE
$ mm hello [FILE]OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to printEXAMPLE
$ mm hello
hello world from ./src/hello.ts!
```_See code: [src/commands/hello.ts](https://github.com/innerlee/mm/blob/v0.0.1/src/commands/hello.ts)_
## `mm help [COMMAND]`
display help for mm
```
USAGE
$ mm 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.1/src/commands/help.ts)_