Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
/ vibranium-legacy Public archive

๐Ÿš€๐Ÿ“ฑ CLI tool for managing custom emulated devices on Chrome.

Notifications You must be signed in to change notification settings

Pittan/vibranium-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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!

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ 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
...

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

About

๐Ÿš€๐Ÿ“ฑ CLI tool for managing custom emulated devices on Chrome.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published