Package Exports
- logcat-viewer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (logcat-viewer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
logcat-viewer
📻 An User Friendly ADB Logcat Viewer written in React and NodeJS
Usage
# install the module globally with npm
$ npm install -g logcat-viewer
# use the module
$ logcat-uigo to http://localhost:8999 in your browser.
Screenshots

Development setup
# clone repository
git clone https://github.com/lexmartinez/logcat-viewer.git
# open project folder
cd logcat-viewer
# install dependencies
yarn install
# run the app at localhost:8999
yarn startLicense
This project is licensed under MIT License - see the LICENSE.md file for details
