FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bas080/woven: Simple cli templating tool · GitHub

/ woven Public

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

NAME
    woven - command line tool for (code) templating.

SYNOPSIS
    woven [alias]

DESCRIPTION
    woven is a command line tool for templating literate programs.

    It introduces a minimal syntax and has sane defaults that make weaving
    code easier by respecting code indentation.

EXAMPLES
    Configure the WOVEN_PREFIX.

        export WOVEN_PREFIX='<'

    Defining the alias will store the stdin to that alias.

        echo hello | woven hello
        echo world | woven world

    The template is rendered when the alias is not defined.

        echo '<hello
        <world' | woven

    The rendered result:

        hello
        world

ISSUES
    Unknown issues and bugs can be reported over at
    https://github.com/bas080/woven/issues.

AUTHOR
    Written by Bassim Huis.

About

Simple cli templating tool

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL