0.0.11 • Published 5 years ago

soulpatch v0.0.11

Weekly downloads
55
License
MIT
Repository
-
Last release
5 years ago

soulpatch

A tiny CLI compiler for Mustache files to produce CommonJS javascript modules.

Installation

$ npm install soulpatch

Usage

soulpatch [--outputdir <output-directory>] <templates> [<source-directory>]

        [-o, --outputdir] :: the directory to write the individual files into
        [-h, --help]      :: this help

Example:

$ soulpatch -o ./dest 'src/**/*.mustache' src

Note: soulpatch supports globbing as described at https://www.npmjs.com/package/glob.

Keywords

none

0.0.11

5 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago