https://github.com/alincode/resolve-swarm
https://github.com/alincode/resolve-swarm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alincode/resolve-swarm
- Owner: alincode
- Created: 2019-01-31T01:30:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T13:17:01.000Z (over 6 years ago)
- Last Synced: 2025-04-15T21:44:27.698Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resolve swarm

[](https://codecov.io/gh/alincode/resolve-swarm)
[](https://david-dm.org/alincode/resolve-swarm)### Install
```sh
npm install resolve-swarm
```### Usage
* parser
```js
const resolve = require('resolve-swarm');
const path = 'http://raw.githubusercontent.com/OpenZeppelin/openzeppelin-solidity/master/contracts/math/SafeMath.sol';
let content = await resolve.parser(path);
```## License
MIT © [alincode](https://github.com/alincode/resolve-swarm)