https://github.com/aragon/apm.js
JavaScript library for the Aragon Package Manager
https://github.com/aragon/apm.js
apm aragon aragon-package-manager ethereum library package-management
Last synced: about 20 hours ago
JSON representation
JavaScript library for the Aragon Package Manager
- Host: GitHub
- URL: https://github.com/aragon/apm.js
- Owner: aragon
- License: lgpl-3.0
- Created: 2017-12-24T23:48:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T16:56:55.000Z (about 2 years ago)
- Last Synced: 2025-04-08T10:52:41.264Z (15 days ago)
- Topics: apm, aragon, aragon-package-manager, ethereum, library, package-management
- Language: JavaScript
- Size: 3.28 MB
- Stars: 16
- Watchers: 12
- Forks: 8
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apm.js
JavaScript library to interact with the Aragon Package Management protocol.
## Installation
```
npm i @aragon/apm
```## Usage
TBD.
## Documentation
TBD.
## Testing
Requires IPFS and an Aragon devchain running. IPFS can be started via the IPFS daemon ([install link](https://docs.ipfs.io/how-to/command-line-quick-start/)), the Aragon devchain can be started by running `yarn pretest` in the [aragon-cli](https://github.com/aragon/aragon-cli/tree/master) repo.
To test:
`npm test`