minifs
Minimal filesystem module for Lua that provides simple functions like `fs.copy` or `fs.tmpname`.
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 3 |
| Forks | 1 |
| Open Issues | 0 |
| Last Commit | 2017-06-09 |
| Downloads | 0 |
| Last Indexed | 2026-07-31 04:41 |
Installation
nimble install minifs
choosenim install minifs
git clone https://gitlab.com/Zatherz/minifs
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| minifs | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/Zatherz/minifs |
|---|---|
| Homepage | https://gitlab.com/Zatherz/minifs |
| Registry Source | gitlab |
README
MiniFS
MiniFS is, as the name suggests, a minimal FS library for MoonScript and Lua.
Full documentation can be accessed here: Reference.