https://github.com/hostari/thunderstore_downloader
Downloads and unzips thunderstore package versions and walks through each file within the folder to get its SHA256 hash.
https://github.com/hostari/thunderstore_downloader
crystal
Last synced: about 1 year ago
JSON representation
Downloads and unzips thunderstore package versions and walks through each file within the folder to get its SHA256 hash.
- Host: GitHub
- URL: https://github.com/hostari/thunderstore_downloader
- Owner: hostari
- License: mit
- Created: 2022-05-24T05:40:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T20:54:19.000Z (about 2 years ago)
- Last Synced: 2025-01-24T22:41:25.547Z (about 1 year ago)
- Topics: crystal
- Language: Crystal
- Homepage: https://hostari.github.io/thunderstore_downloader/
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thunderstore_downloader
Downloads and unzips thunderstore package versions and walks through each file within the folder to get its SHA256 hash.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
thunderstore_downloader:
github: hostari/thunderstore_downloader
```
2. Run `shards install`
## Usage
```crystal
require "thunderstore_downloader"
```
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Pauline De Polonia](https://github.com/paula4230) - creator
- [Xavi Ablaza](https://github.com/xaviablaza) - maintainer