lab42
Total Packages
26
Total Downloads
111 841 444+
Packages
earmark
1.4.48Earmark is a pure-Elixir Markdown converter. It is intended to be used as a library (just call Earmark.as_html), but can also be used as a command-line tool (run mix escript.build first). Output generation is pluggable.
earmark_parser
1.4.44AST parser and generator for Markdown
traverse
1.0.1Traverse is a toolset to walk arbitrary Elixir Datastructures in a functional way.
earmark_ast_dsl
0.3.7EarmarkAstDsl is a toolset to generate EarmarkParser conformant AST Nodes. Its main purpose is to remove boilerplate code from Earmark and EarmarkParser tests.
extractly
0.6.1Extractly `mix xtra` task to render `EEx` templates with easy access to hexdocs. The Extractly module gives easy access to Elixir metainformation of the application using the extractly package, notably, module and function documentation.
minipeg
0.7.6A simple easy to debug macro free peg parser library
ex_aequo
0.6.8Some Tools Commonly Needed (commonly means once a year by me, but still)
kwfuns
0.0.4Macros to create functions with syntax based keyword parameters with default values defkw make_list_elem( parent, text, spaced: false, type: :ul ) do ... end translates to def make_list_elem( parent, text, keywords \ [] ) do some_code_with( spaces, typed) end
earmark_tag_cloud
0.1.4Eilxir Tools to create Tag clouds - Integration of TagCloud with Earmark Annotations
lab42_html
0.1.4An isolated HTML generator. Inspired in its simplicity by Dave Thomas' keynote, condensed here https://pragdave.me/blog/2018/06/02/project-structure.html
cliex_map
0.2.6Map lines with a powerful mini language
lab42_message
0.1.2Simple Library to manage Errors and Results. Inspired in its simplicity by Dave Thomas' keynote, condensed here https://pragdave.me/blog/2018/06/02/project-structure.html
ex_aequo_base
0.1.6Elixir code I use all over my places
yemux
0.2.2YeMUX Yaml-to-tMUX converter creates the shell commands for a new tmux session from a YAML file, attaching to the session if it already runs
lab42_simple_state_machine
0.2.1A Simple State Machine
read_doc
0.1.1A simple tool to insert docstrings into files (typically markdown files like README.md)
ex_aequo_fn
0.1.3Functional tools and helpers extracted from ex_aequo
nested_map
0.1.2NestedMap Tools to work with nested maps / merging / flattening / deepening / simple deep access
tag_cloud
0.1.1Eilxir Tools to create Tag clouds - Gamma correction for scaled colors - CSS files
ex_aequo_colors
0.1.3ANSI colors at will