2.1.1 • Published 2 years ago

browser-sdk-tools v2.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

JS SDK Tools

Applications used to help with various development aspects of the SDK.

npm install --global browser-sdk-tools@latest

List of Tools

Collaborating

Creating a new tool

Create a folder in tools to serve as a container for your tool and a js file in the src folder to serve as an Api. Your folder structure should look like:

browser-sdk-tools/
│
└───tools/
│   │
│   └───your-new-tool/
│       │
│       └───src/
│           │
│           └───index.js
│
└───your-new-tool.js