0.1.1 • Published 6 years ago

ng1-template-concat v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

ng1-template-concat

npm node Libraries.io for GitHub license

Overview

Concatenate AngularJS templates.

Requirements

Installation

npm install ng1-template-concat

Usage

CLI

  Usage: ng1-template-concat [options] <file...>


  Options:

    -V, --version        output the version number
    -r, --root <path>    template root path (default: process.cwd)
    -o, --output <path>  output file path (default: stdout)
    -h, --help           output usage information

Module

const concat = require('ng1-template-concat');
let html = concat.html(rootPath, [file1, file2, file3]);

Licenses