0.2.0 • Published 6 years ago
@kleros/xystra v0.2.0
A collection of data scrapers for various Kleros smart contracts.
Get Started Using
- Run
yarn global add @kleros/xystra. - Run
@kleros/xystraand follow the prompts.
Get Started Developing
- Clone this repo.
- Run
yarnto install dependencies. - Run
yarn startto run the CLI.
Other Scripts
yarn run prettify- Apply prettier to the entire project.yarn run lint- Lint the entire project's .js files.yarn run lint --fix- Fix fixable linting errors in .js files.yarn run cz- Run commitizen.