0.0.11 • Published 6 years ago

soulpatch v0.0.11

Weekly downloads
55
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago