Skip to content

SharpAdb/SharpAdb.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Docs for AdvancedSharpAdbClient

Created using docsify and docsify-darklight-theme

To serve docs use docsify http server

# Install docsify
npm i docsify-cli -g

# Serve docs
docsify serve .

Or using any other http servers. Example with python:

python -m SimpleHTTPServer 3000

# OR

python -m http.server 3000