0.0.12 • Published 1 year ago

@ossph/temple-compiler v0.0.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago