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

https://github.com/tortitast/htemele

Compile HTML files with support for includes and SASS compilation
https://github.com/tortitast/htemele

deno

Last synced: about 1 month ago
JSON representation

Compile HTML files with support for includes and SASS compilation

Awesome Lists containing this project

README

          

# htemele

Compile HTML files with support for includes and SASS compilation.

Made for class since I can't use a framework nor JS and the teacher opens the HTML files directly on the browser.

## Usage

```bash
cd path/to/project
htemele
```

Results in a `dist` folder with the compiled HTML and css files.

## Installation

```bash
git clone https://github.com/TortitasT/htemele.git
cd htemele
deno install --allow-all main.ts
```