https://github.com/jlchntoz/ayamefs
Simple library for indexing user imported resource files
https://github.com/jlchntoz/ayamefs
Last synced: about 1 year ago
JSON representation
Simple library for indexing user imported resource files
- Host: GitHub
- URL: https://github.com/jlchntoz/ayamefs
- Owner: JLChnToZ
- License: mit
- Created: 2020-07-12T15:04:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T15:04:49.000Z (about 6 years ago)
- Last Synced: 2025-02-12T17:53:18.218Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AyameFS
This project aims to handle user imported indexed resource files with dependency mappings. Under the hood it stores the files using its contents' hash, which kind of similar to how git does, also it has an importer helper for importing resources recursivly (include archive files too) from somewhere else. This project is still in early stage, and it is intend to be used in [BananaBeats](https://bms.moka-rin.moe/) for indexing chart resources.
## LICENSE
[MIT](LICENSE)