rightshare-js
v1.1.0
Published
Javascript library for NFT Rightshare
Readme
rightshare-js
Javascript library for NFT Rightshare
This proect is powered by typescript-starter.
Installation
npm i --save rightshare-js
// or
yarn add rightshare-jsDocumentation and Live example
How to develop?
Prerequisites
You will need Node.js version 8.9.0 or greater installed on your system.
Clone and install
git clone https://github.com/lendroidproject/Rightshare-js.git
cd Rightshare-js
npm installAvailable scripts
| Script | Description |
| ----------------- | ---------------------------------------------------------------- |
| info | Display information about the package scripts |
| build | Clean and rebuild the project |
| fix | Try to automatically fix any linting problems |
| test | Lint and unit test the project |
| watch | Watch and rebuild the project on save, then rerun relevant tests |
| cov | Rebuild, run tests, then create and open the coverage report |
| doc | Generate HTML API documentation and open it in a browser |
| doc:json | Generate API documentation in typedoc JSON format |
| version | Bump package.json version, update CHANGELOG.md, tag release |
| reset | Delete all untracked files and reset the repo to the last commit |
| prepare-release | One-step(clean, build, test, publish docs, and prep a release) |
