0.0.4 • Published 8 years ago

meggshell v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

eggshell Build Status

Lightweight debugger in mobile

Installation

With npm

$ npm install meggshell

How to do it

four finger debug

// Default four finger,Close default four finger
meggshell.finger.close();

// If you want to modify the finger, pass a number as a parameter
meggshell.finger.open();

eggshell log

// Two fingers at the same time, click on the screen, 10 times will pop-up prompts
meggshell.log.openSysConsole();

// close 'eggshell log'
meggshell.log.close();

// start 'eggshell log'
meggshell.log.open();

License

MIT

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago