kwfuns alternatives and similar packages
Based on the "Macros" category.
Alternatively, view kwfuns alternatives based on common mentions on social networks and blogs.
-
typed_struct
An Elixir library for defining structs with a type without writing boilerplate code. -
shorter_maps
Elixir ~M sigil for map shorthand. `~M{id, name} ~> %{id: id, name: name}` -
ok_jose
Pipe elixir functions that match ok/error tuples or custom patterns. -
crudry
Elixir library for DRYing CRUD in Phoenix Contexts and Absinthe Resolvers. -
pipe_to
The enhanced elixir pipe operator which can specify the target position -
pattern_tap
Macro for tapping into a pattern match while using the pipe operator -
rulex
This tiny library (2 macros only) allows you to define very simple rule handler using Elixir pattern matching. -
guardsafe
Macros expanding into code that can be safely used in guard clauses. -
apix
Simple convention and DSL for transformation of elixir functions to an API for later documentation and or validation. -
Bang
Bang simply adds dynamic bang! functions to your existing module functions with after-callback. -
backports
Ensure backwards compatibility even if newer functions are used
Access the most powerful time series database as a service
Do you think we are missing an alternative of kwfuns or a related project?
Popular Comparisons
README
Kwfuns
Macros to create functions with syntax based keyword parameters with default values
Usage
defmodule MyModule do
use Kwfuns
# Now use the macros defkw or defkwp
...
end
Detailed Documentation can be found here
LICENSE
Same as Elixir, which is Apache 2.0, please refer to [LICENSE](LICENSE) for details.
Installation
If available in Hex, the package can be installed as:
Add kwfuns to your list of dependencies in
mix.exs
:def deps do [{:kwfuns, "~> 0.0.1"}] end
Ensure kwfuns is started before your application:
def application do [applications: [:kwfuns]] end
*Note that all licence references and agreements mentioned in the kwfuns README section above
are relevant to that project's source code only.