https://github.com/srivathsanmurali/file_system_utils
https://github.com/srivathsanmurali/file_system_utils
elixir filesystem
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srivathsanmurali/file_system_utils
- Owner: srivathsanmurali
- License: apache-2.0
- Created: 2018-07-10T10:04:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T09:36:02.000Z (over 6 years ago)
- Last Synced: 2025-10-24T02:32:24.322Z (8 months ago)
- Topics: elixir, filesystem
- Language: Elixir
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileSystemUtils
Wrapper around common file system linux utilties.
> **Declaimer**
>
> Use at own risk.
> Make sure you know what you are doing.
>
> Might cause unnecessary effects if used without caution.
## Implemented wrapper
+ mount
+ umount
+ lsblk
## Installation
The package can be installed by adding `file_system_utils` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:file_system_utils, "~> 0.1.0"}
]
end
```
The docs can
be found at [https://hexdocs.pm/file_system_utils](https://hexdocs.pm/file_system_utils).