Elixir Files and Directories

Open-source Elixir projects categorized as Files and Directories

Top 17 Elixir Files and Directory Projects

  • arc

    :paperclip: Flexible file upload and attachment library for Elixir (by stavro)

    Project mention: File attachments for redux-form and elixir/phoenix as backend API (serialization issue) | reddit.com/r/codehunter | 2022-04-30

    def create(conn, %{"product" => product_params}) do changeset = Product.changeset(%Product{}, product_params) case Repo.insert(changeset) do {:ok, _product} -> conn |> put_flash(:info, "Product created successfully.") |> redirect(to: product_path(conn, :index)) {:error, changeset} -> render(conn, "new.html", changeset: changeset) endend params from log (I am using arc for handling image uploads in elixir code)

  • waffle

    Flexible file upload and attachment library for Elixir

  • Paraxial.io

    Elixir and Phoenix Application Security Platform. Replace Snyk, reCaptcha, and Cloudflare bot defense with the only application security platform built for Elixir and Phoenix.

  • exfswatch

    Filesystem monitor for elixir

  • exfile

    File upload persistence and processing for Phoenix / Plug

  • ex_guard

    ExGuard is a mix command to handle events on file system modifications

  • eye_drops

    Configurable Elixir mix task to watch file changes and run the corresponding command.

  • dir_walker

    Simple Elixir file-system directory tree walker. It can handle large filesystems, as the tree is traversed lazily.

  • Learn Elixir

    Learn Elixir in as little as 12 Weeks. A structured learning environment with practical assignments, code reviews, weekly live coaching sessions, job-hunting assistance, and more. Try a Free Preview today!

  • sizeable

    An Elixir library to make File Sizes human-readable

  • librex

    Elixir library to convert office documents to other formats using LibreOffice. (by ricn)

  • elixgrep

    An elixir framework to implement concurrent versions of common unix utilities, grep, find, etc..

  • zarex

    Filename sanitization for Elixir

  • FormatParser

    The owls are not what they seem

  • Radpath

    Path library for Elixir inspired by Python's pathlib

  • sentix

    A cross-platform file watcher for Elixir based on fswatch.

  • ex_minimatch

  • ivcu

    Image Validator, Converter, and Uploader

  • fwatch

    A file watcher for Elixir language

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2022-04-30.

Elixir Files and Directories related posts

Index

What are some of the best open-source Files and Directory projects in Elixir? This list will help you:

Project Stars
1 arc 1,140
2 waffle 626
3 exfswatch 236
4 exfile 88
5 ex_guard 80
6 eye_drops 51
7 dir_walker 39
8 sizeable 35
9 librex 34
10 elixgrep 27
11 zarex 24
12 FormatParser 21
13 Radpath 21
14 sentix 15
15 ex_minimatch 11
16 ivcu 4
17 fwatch 4
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
www.sonarlint.org