Summary: I think I accidentally pinned this before. That's not necessary. Pull Request resolved: https://github.com/facebook/flipper/pull/964 Test Plan: yarn test Reviewed By: mweststrate Differential Revision: D20835725 Pulled By: passy fbshipit-source-id: 627594d4f1a425cf0db410a097c82af6758d7d11
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