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!
$ npm install -g @pittankopta/vibranium
$ vibranium COMMAND
running command...
$ vibranium (-v|--version|version)
@pittankopta/vibranium/0.0.9 darwin-x64 node-v10.14.2
$ vibranium --help [COMMAND]
USAGE
$ vibranium COMMAND
...
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
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
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