0.2.0 • Published 5 years ago

@mshokry/mscli v0.2.0

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

mscli

oclif Version Downloads/week License

Usage

$ npm install -g @mshokry/mscli
$ mscli COMMAND
running command...
$ mscli (-v|--version|version)
@mshokry/mscli/0.2.0 darwin-x64 node-v12.16.3
$ mscli --help [COMMAND]
USAGE
  $ mscli COMMAND
...

Commands

mscli add [CMD] [SUBCMD]

Describe the command here

USAGE
  $ mscli add [CMD] [SUBCMD]

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/add.js

mscli hello

This Cli is created to help me in the process of creating

USAGE
  $ mscli hello

DESCRIPTION
  React-native project
  it's used to create folder stucture
  and get some templates, and use it

See code: src/commands/hello.js

mscli help [COMMAND]

display help for mscli

USAGE
  $ mscli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

mscli init [CMD] [SUBCMD]

Init the project

USAGE
  $ mscli init [CMD] [SUBCMD]

OPTIONS
  -n, --name=name  name to print

DESCRIPTION

See code: src/commands/init.js