Files
flipper/desktop/pkg
Anton Nikolaev 85b56ffc2a Fix typing dependencies for pkg and pkg-lib
Summary: Set typings as devDependencies for pkg and pkg-lib packages

Reviewed By: passy

Differential Revision: D21092027

fbshipit-source-id: 7750f1796458bd88ea9ff620f3bb2e3e14ea7ca0
2020-04-20 04:30:24 -07:00
..
2020-04-06 02:35:51 -07:00

flipper-pkg

flipper-pkg is a work-in-progress tool for bundling and publishing Flipper plugins.

Usage

$ npm install -g flipper-pkg
$ flipper-pkg COMMAND
running command...
$ flipper-pkg (-v|--version|version)
flipper-pkg/0.35.0 darwin-x64 node-v12.15.0
$ flipper-pkg --help [COMMAND]
USAGE
  $ flipper-pkg COMMAND
...

Commands

flipper-pkg bundle DIRECTORY

bundle a plugin folder into a distributable archive

USAGE
  $ flipper-pkg bundle DIRECTORY

OPTIONS
  -o, --output=output  [default: .] Where to output the bundle, file or directory. Defaults to '.'.

EXAMPLE
  $ flipper-pkg bundle path/to/plugin

See code: src/commands/bundle.ts

flipper-pkg help [COMMAND]

display help for flipper-pkg

USAGE
  $ flipper-pkg help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

License

MIT