https://github.com/victorb/ipfs-exec
https://github.com/victorb/ipfs-exec
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/victorb/ipfs-exec
- Owner: victorb
- License: mit
- Created: 2017-09-27T15:46:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T15:46:46.000Z (almost 9 years ago)
- Last Synced: 2025-02-22T04:14:22.468Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## ipfs-exec
> Executes commands in new repository and version
### Usage
Automatically downloads and inits if missing version.
```
ipfs-exec $VERSION $COMMAND
ipfs-exec v0.4.11-rc2 daemon
ipfs-exec v0.4.11-rc2 add file.md
ipfs-exec v0.4.11-rc1 daemon
ipfs-exec v0.4.11-rc1 cat $HASH
```
Now you'd have two repository in `~/.ipfs-exec` directory, with two running daemons
on different ports.
### Todo
- [ ] Massage and clean up some code
- [ ] Tests eh
- [ ] Set custom dist url
- [ ] Make work for more platforms than OSX (Windows, Linux)