install/remove

Summary: Installing/removing plugins in/from `~/.flipper/thirdparty`.

Reviewed By: jknoxville

Differential Revision: D17394822

fbshipit-source-id: b62f62fa2415403e4377fba445e77534be87350d
This commit is contained in:
Daniel Büchele
2019-09-17 06:19:30 -07:00
committed by Facebook Github Bot
parent 3b46eb82d8
commit f3326f8874
3 changed files with 74 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ const {config, configPath, flipperDir} = setup(argv);
const pluginPaths = config.pluginPaths
.concat(
path.join(configPath, 'thirdparty'),
path.join(__dirname, '..', 'src', 'plugins'),
path.join(__dirname, '..', 'src', 'fb', 'plugins'),
)