0.0.12 • Published 2 years ago

@ossph/temple-compiler v0.0.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

⛩️ Temple Compiler

This package is designed for Temple, the reactive web component template engine. See docs for more information.

Compiles Temple markup language files to JavaScript and HTML.

Install

$ npm -i @ossph/temple-compiler

Basic Usage

import { TempleCompiler } from '@ossph/temple-compiler';

const compiler = new TempleCompiler('/page.html', {...options...});

console.log(compiler.sourceCode);

Compiler Options

NameDescription
fsFile system where temple files located
cwdThe current working directory
brandThe web component prefix
buildFolderWhere to put cached files
tsconfigLocation of your tsconfig.json file
0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago