# ng2-template-concat

> Concatenate Angular 2+ templates

Latest version **0.1.0** (published 2019-04-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install ng2-template-concat
pnpm add ng2-template-concat
yarn add ng2-template-concat
bun add ng2-template-concat
```

Provides the command `ng2-template-concat`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2019-04-27 |
| First published | 2019-04-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | dead-beef |
| Maintainers | dead-beef |
| Keywords | cli, command, angular, template, concat |

## Links

- npm: https://www.npmjs.com/package/ng2-template-concat
- Repository: https://github.com/dead-beef/ng2-template-concat
- Issues: https://github.com/dead-beef/ng2-template-concat/issues
- npm.io page: https://npm.io/package/ng2-template-concat

## Dependencies (1)

- [commander](https://npm.io/package/commander.md) ^2.12.2

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2019-04-27

## README

# ng2-template-concat

[![npm](https://img.shields.io/npm/v/ng2-template-concat.svg)](
    https://www.npmjs.com/package/ng2-template-concat
) [![node](https://img.shields.io/node/v/ng2-template-concat.svg)](
    https://nodejs.org/
) [![Libraries.io for GitHub](https://img.shields.io/librariesio/github/dead-beef/ng2-template-concat.svg)](
    https://libraries.io/npm/ng2-template-concat/
) [![license](https://img.shields.io/github/license/dead-beef/ng2-template-concat.svg)](
    https://github.com/dead-beef/ng2-template-concat/blob/master/LICENSE
)

## Overview

Concatenate Angular 2+ templates.

## Requirements

- [`Node.js`](https://nodejs.org/)
- [`NPM`](https://nodejs.org/)

## Installation

```bash
npm install ng2-template-concat
```

## Usage

### CLI

```bash
  Usage: ng2-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

```js
const concat = require('ng2-template-concat');
let js = concat.module(rootPath, [file1, file2, file3]);
```

## Licenses

* [`ng2-template-concat`](https://github.com/dead-beef/ng2-template-concat/blob/master/LICENSE)

---
_Source: https://npm.io/package/ng2-template-concat · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
