0.0.1 • Published 3 years ago

sayduck-viewer-cli v0.0.1

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

sayduck-viewer-cli

The sayduck viewer cli for gltf managment

oclif Version Downloads/week License

Usage

$ npm install -g sayduck-viewer-cli
$ duck-pipe COMMAND
running command...
$ duck-pipe (-v|--version|version)
sayduck-viewer-cli/0.0.1 darwin-x64 node-v16.9.0
$ duck-pipe --help [COMMAND]
USAGE
  $ duck-pipe COMMAND
...

Commands

duck-pipe hello [FILE]

describe the command here

USAGE
  $ duck-pipe hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ duck-pipe hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

duck-pipe help [COMMAND]

display help for duck-pipe

USAGE
  $ duck-pipe help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

duck-pipe import-model

Parses a gltf and outputs scene.json

USAGE
  $ duck-pipe import-model

OPTIONS
  -d, --debug          For development purposes, it empties the input directory on each use among other things
  -h, --help           show CLI help
  -i, --input=input    GLB url to parse
  -o, --outDir=outDir  Directory to write to

See code: src/commands/import-model.ts