Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 287 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 287 Bytes

Contributing to Macaca App Inspector

We love pull requests from everyone.

Link Global To Local

$ cd path/to/app-inspector
$ npm link
# now project app-inspector is linked to your global
$ app-inspector -v
# build assets
$ npm run build
# watch assets
$ npm run watch