Skip to content

gjsify/cli

Repository files navigation

@gjsify/cli

Command line tool for gjsify

oclif Version Downloads/week License

Usage

$ npm install -g @gjsify/cli
$ gjsify COMMAND
running command...
$ gjsify (-v|--version|version)
@gjsify/cli/0.0.1-b linux-x64 node-v12.14.1
$ gjsify --help [COMMAND]
USAGE
  $ gjsify COMMAND
...

Commands

gjsify build [FILE]

describe the command here

USAGE
  $ gjsify build [FILE]

OPTIONS
  -b, --beautify                       Beautify build output
  -h, --help                           show CLI help
  -m, --minimize                       Minimize build output
  -o, --outputFilename=outputFilename  [default: index.js] File name of the output bundle
  -p, --outputPath=outputPath          [default: ./dist] Output destination path
  --mangle                             Mangle build output

EXAMPLE
  $ gjsify build ./src/hello.ts

See code: src/commands/build.ts

gjsify help [COMMAND]

display help for gjsify

USAGE
  $ gjsify help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

CommonJS compatibility

Many npm modules that don't do IO will just work after being browserified. Others take more work.

When you require() any of these modules, you will get a gjs-specific shim:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published