Giter Club home page Giter Club logo

mustache.sh's Introduction

mustache.sh

Mustache in POSIX shell.

There's (as of this writing) only one call to a non-builtin which is probably enough to claim this is fast enough for most uses.

mustache.sh requires GNU sed(1).

Installation

make && sudo make install

Usage

From the command-line:

FOO="foo" BAR="bar" mustache.sh <"tests/test.mustache"

As a library:

. "lib/mustache.sh"
FOO="foo" BAR="bar"
mustache <"tests/test.mustache"

Spec

Deviations from spec

  • mustache.sh accepts input data via the environment, not via YAML frontmatter. This makes sense for shell programmers but may render this Mustache implementation unsuitable for other use.
  • mustache.sh does not descend into a new scope within {{#tag}} or {{^tag}} sections. This again makes sense when being driven by environment variables.
  • mustache.sh doesn't support the --compile or --tokens command-line options and does not accept input file(s) as arguments.
  • mustache.sh doesn't care about escaping output as HTML.
  • mustache.sh will execute tag names surrounded by backticks as shell commands.
  • mustache.sh doesn't support list sections in the traditional sense: it requires the section tag be a shell command and processes the section once for each line on standard output with the line available in _M_LINE.

TODO

  • Lambdas. What is this I don't even.
  • Partials. This is related to supporting shell commands as variables.
  • Set delimeter. This would be very hard to support in general because of the pervasive assumption that tag delimeters are two characters long.

TODONE

  • Variable tags.
  • Section tags.
  • Inverted section tags.
  • Comment tags.
  • Nested sections. Recursion, motherfucker. Do you speak it?
  • List sections. The section tag must be a shell command. The section is processed once for each line on standard output with the line available in _M_LINE.

License

mustache.sh is BSD-licensed.

mustache.sh's People

Contributors

malk avatar rcrowley avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.