0.0.6 • Published 5 years ago
@crisog/aragon-toolkit v0.0.6
Aragon Toolkit
Toolkit for accessing aragonCLI utilities programmatically.
Install (local)
npm install @aragon/toolkit
npm run buildExamples
Import the toolkit in your project:
import { newDAO, getInstalledApps /*etc*/ } from '@aragon/toolkit'Please visit the examples folder for further details on how to use the toolkit in your projects.
Tests
In the root of the repository, run:
npm run pretestAnd then in packages/toolkit, run:
npm testTo test only one file, try:
npm test -- <path to test file>