whalestreet-js
v2.2.19
Published
Javascript library for NFT Whalestreet
Maintainers
Readme
Whalestreet-js
JavaScript library for Whalestreet
This project is powered by typescript-starter.
Installation
npm i --save whalestreet-js
// or
yarn add whalestreet-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/Whalestreet-js.git
cd Whalestreet-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) |
