Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 848 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 848 Bytes

Daijishou-SDK

Daijishou SDK for Extensions, DSESS and more written in Node.js.

Installation

Get up-to-date version from Github. Or simply:

npm i @daijishou/daijishou-sdk

Getting Started

1. Install Android SDK

You can install Andriod SDK Platform Tools (Recommend). Or Android Studio fully.

2. Set up environment

ANDROID_HOME or ANDROID_SDK_ROOT. Using Android Studio on macOS, my command is:

export ANDROID_HOME=~/Library/Android/sdk/

3. CLI for Console

To start type below in your terminal.

npx daisdk cli 

Documentaions