An open API service indexing awesome lists of open source software.

https://github.com/iac-factory/template-engine


https://github.com/iac-factory/template-engine

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# `@iac-factory/template-engine`

## Task Board

- [ ] Include Reference & as Dependency in `@iac-factory/cli-utilities`
- [ ] Create Repository Generator

## Usage

See [example](./example) for a complete, packaged implementation.

```typescript
import("@iac-factory/ecma");

import { Template } from "@iac-factory/template-engine";

(async () => Template.hydrate("./package.template.json", "./package.hydration.json"))();

export {}
```