0.0.0 • Published 3 years ago

enoria v0.0.0

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

enoria

Enoria Roblox GUI Lua Framework command line tools

oclif Version Downloads/week License

Usage

$ npm install -g enoria
$ enoria COMMAND
running command...
$ enoria (-v|--version|version)
enoria/0.0.0 win32-x64 node-v14.16.0
$ enoria --help [COMMAND]
USAGE
  $ enoria COMMAND
...

Commands

enoria hello

Describe the command here

USAGE
  $ enoria hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

enoria help [COMMAND]

display help for enoria

USAGE
  $ enoria help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help