0.0.0 • Published 5 years ago

urban-lens-cli v0.0.0

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

urban-lens-cli

A Command line tool to bundle tools and plugin for Urban Lens

oclif Version Downloads/week License

Usage

$ npm install -g urban-lens-cli
$ urban-lens-cli COMMAND
running command...
$ urban-lens-cli (-v|--version|version)
urban-lens-cli/0.0.0 darwin-x64 node-v10.6.0
$ urban-lens-cli --help [COMMAND]
USAGE
  $ urban-lens-cli COMMAND
...

Commands

urban-lens-cli bundler

Prepares you production code for Urban Lens

USAGE
  $ urban-lens-cli bundler

OPTIONS
  -t, --type=type  command type

DESCRIPTION
  ...
  Bundler helps run you app and prepares it for Urban Lens

See code: src/commands/bundler.js

urban-lens-cli help [COMMAND]

display help for urban-lens-cli

USAGE
  $ urban-lens-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help