CLI tool for managing custom emulated device on Chrome dev tool.
If you are an native-app developer, maybe you have wondered "I wish I can add multiple custom emulated devices at once". This is the one that you been waiting for!
Usage
$ npm install -g @pittankopta/vibranium$ vibranium COMMANDrunning command...$ vibranium (-v|--version|version)@pittankopta/vibranium/0.0.11 darwin-x64 node-v10.14.2$ vibranium --help [COMMAND]USAGE $ vibranium COMMAND...
Commands
vibranium add [FILE]
Add custom emulated devices from a json config file.
USAGE
$ vibranium add [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-r, --replace Replace all your existing emulated devices inside Chrome.
See code: src/commands/add.ts
vibranium export
describe the command here
USAGE
$ vibranium export
OPTIONS
-f, --force
-h, --help show CLI help
-n, --filename=filename filename to export
See code: src/commands/export.ts
vibranium help [COMMAND]
display help for vibranium
USAGE
$ vibranium help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help