https://github.com/wojtekmach/fs
https://github.com/wojtekmach/fs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wojtekmach/fs
- Owner: wojtekmach
- Created: 2020-07-22T04:31:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T11:22:13.000Z (about 5 years ago)
- Last Synced: 2025-03-06T17:53:48.638Z (7 months ago)
- Language: Elixir
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FS
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fs` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:fs, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/fs](https://hexdocs.pm/fs).