0.1.0 • Published 3 years ago

lmvr v0.1.0

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

lmvr

Lemur Version Control: The slightly off-putting TypeScript implementation of Git

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g lmvr
$ lmvr COMMAND
running command...
$ lmvr (-v|--version|version)
lmvr/0.1.0 win32-x64 node-v16.7.0
$ lmvr --help [COMMAND]
USAGE
  $ lmvr COMMAND
...

Commands

lmvr help [COMMAND]

display help for lmvr

USAGE
  $ lmvr help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

lmvr init [PATH]

Initialize a new, empty repository.

USAGE
  $ lmvr init [PATH]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/init.ts