lab42

Total Owned Packages
26

Total Downloads
110 373 524

  • cliex_map0.2.6

    868 Downloads

    Map lines with a powerful mini language

  • earmark1.4.48

    71 724 377 Downloads

    Earmark 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_ast_dsl0.3.7

    10 768 Downloads

    EarmarkAstDsl is a toolset to generate EarmarkParser conformant AST Nodes.

    Its main purpose is to remove boilerplate code from Earmark and EarmarkParser tests.

  • earmark_parser1.4.44

    38 580 854 Downloads

    AST parser and generator for Markdown

  • earmark_tag_cloud0.1.4

    1 746 Downloads

    Eilxir Tools to create Tag clouds - Integration of TagCloud with Earmark Annotations

  • ex_aequo0.6.8

    3 182 Downloads

    Some Tools Commonly Needed (commonly means once a year by me, but still)

  • ex_aequo_base0.1.6

    704 Downloads

    Elixir code I use all over my places

  • ex_aequo_colors0.1.3

    356 Downloads

    ANSI colors at will

  • ex_aequo_fn0.1.3

    445 Downloads

    Functional tools and helpers extracted from ex_aequo

  • ex_aequo_kwds0.1.0

    124 Downloads

    Tools to handle access and constraints to Keyword Lists

  • extractly0.6.1

    6 920 Downloads

    Extractly `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.

  • kwfuns0.0.4

    2 454 Downloads

    Macros 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

  • l42_dummy_hex_project_test0.1.2

    294 Downloads

    Earmark 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.

  • l42fu0.1.0

    165 Downloads

    L42fu Lab42FileUtils

    creates shell commands for advanced file manipulation

  • lab42_html0.1.4

    1 016 Downloads

    An isolated HTML generator. Inspired in its simplicity by Dave Thomas' keynote, condensed here https://pragdave.me/blog/2018/06/02/project-structure.html

  • lab42_message0.1.2

    735 Downloads

    Simple 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

  • lab42_simple_state_machine0.2.1

    630 Downloads

    A Simple State Machine

  • lix_parser0.1.0

    163 Downloads

    A simple Lisp like language parser

  • mdqx0.0.1

    156 Downloads

    MDQX MarkDown Querier and eXtractor

    It is inspired by tools like jq to allow filtering and extraction of semantic elements from markdown documents.

    It relies on EarmarkParser to get a semantic representation of the Markdown document to be filtered.

  • minipeg0.7.6

    4 513 Downloads

    A simple easy to debug macro free peg parser library

  • nested_map0.1.2

    418 Downloads

    NestedMap Tools to work with nested maps / merging / flattening / deepening / simple deep access

  • read_doc0.1.1

    543 Downloads

    A simple tool to insert docstrings into files (typically markdown files like README.md)

  • simple_args0.0.1

    108 Downloads

    Simple argument parser

  • tag_cloud0.1.1

    390 Downloads

    Eilxir Tools to create Tag clouds - Gamma correction for scaled colors - CSS files

  • traverse1.0.1

    30 911 Downloads

    Traverse is a toolset to walk arbitrary Elixir Datastructures in a functional way.

  • yemux0.2.2

    684 Downloads

    YeMUX 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