ProductPromotion
Logo

Elixir

made by https://0x3d.site

GitHub - mykewould/crutches: Some Elixir support
Some Elixir support. Contribute to mykewould/crutches development by creating an account on GitHub.
Visit Site

GitHub - mykewould/crutches: Some Elixir support

GitHub - mykewould/crutches: Some Elixir support

Crutches Build Status Docs Status Hex Version License

Utility library for Elixir, designed to complement the standard library bundled with the language. This project aims to provide extra functions that can be useful in most projects, but haven't made it into the standard library yet. Similar to and inspired by ActiveSupport.

Installation

You can get Crutches from Hex. Add the following to your mix.exs file and run mix deps.get afterwards:

defp deps do
  [{:crutches, "~> 1.0.0"}]
end

Usage

If you want to import all functions provided by Crutches, use it in your module:

defmodule Foo do
  use Crutches
end

The above aliases Crutches as C and Crutches.Format as F. All modules and functions in the library will be available to you. Take a look at the API reference for a list of modules.

If you only need a specific part of the library, you can import or alias it:

defmodule Bar do
  import Crutches.Option
  # Or:
  alias Crutches.Option
end

Again, refer to the API reference for a list of modules and functions that you can find in Crutches.

Project status, compatibility and versioning

Since v1.0.0 all APIs are stable and subject to semantic versioning.

We specifically test our code against the following versions of Erlang/OTP and Elixir:

Erlang: 18.0, 19.0, 20.0 Elixir: 1.1.1, 1.2.6, 1.3.4, 1.4.0, 1.5.1

Learn Elixir with us!

Crutches is a great for Elixir beginners to contribute to. We are writing convenience functions as an addition to the Elixir standard library, a lot of which are inspired by ActiveSupport (a similar project from the Ruby world).

The great thing about a utility library is that it is easy to contribute without having to know a lot about the entire codebase. You can easily add a new function in a vacuum, without having to know about the rest of the codebase. Furthermore, we provide a list of features to be implemented, complete with tests, so you can get started right away, even if you don't have any ideas.

We want to be a safe place for anyone to get started with Elixir or with contributing to an open source project. If you see anything that isn't proper in your eyes, then be sure to let one of the collaborators know!

Sounds good? Take a look at the contributing information to get started. If anything is unclear, or if you are unsure about something, feel free to contact one of the collaborators.

Articles
to learn more about the elixir concepts.

Resources
which are currently available to browse on.

mail [email protected] to add your project or resources here 🔥.

FAQ's
to know more about the topic.

mail [email protected] to add your project or resources here 🔥.

Queries
or most google FAQ's about Elixir.

mail [email protected] to add more queries here 🔍.

More Sites
to check out once you're finished browsing here.

0x3d
https://www.0x3d.site/
0x3d is designed for aggregating information.
NodeJS
https://nodejs.0x3d.site/
NodeJS Online Directory
Cross Platform
https://cross-platform.0x3d.site/
Cross Platform Online Directory
Open Source
https://open-source.0x3d.site/
Open Source Online Directory
Analytics
https://analytics.0x3d.site/
Analytics Online Directory
JavaScript
https://javascript.0x3d.site/
JavaScript Online Directory
GoLang
https://golang.0x3d.site/
GoLang Online Directory
Python
https://python.0x3d.site/
Python Online Directory
Swift
https://swift.0x3d.site/
Swift Online Directory
Rust
https://rust.0x3d.site/
Rust Online Directory
Scala
https://scala.0x3d.site/
Scala Online Directory
Ruby
https://ruby.0x3d.site/
Ruby Online Directory
Clojure
https://clojure.0x3d.site/
Clojure Online Directory
Elixir
https://elixir.0x3d.site/
Elixir Online Directory
Elm
https://elm.0x3d.site/
Elm Online Directory
Lua
https://lua.0x3d.site/
Lua Online Directory
C Programming
https://c-programming.0x3d.site/
C Programming Online Directory
C++ Programming
https://cpp-programming.0x3d.site/
C++ Programming Online Directory
R Programming
https://r-programming.0x3d.site/
R Programming Online Directory
Perl
https://perl.0x3d.site/
Perl Online Directory
Java
https://java.0x3d.site/
Java Online Directory
Kotlin
https://kotlin.0x3d.site/
Kotlin Online Directory
PHP
https://php.0x3d.site/
PHP Online Directory
React JS
https://react.0x3d.site/
React JS Online Directory
Angular
https://angular.0x3d.site/
Angular JS Online Directory