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
- Host: GitHub
- URL: https://github.com/tortitast/htemele
- Owner: TortitasT
- Created: 2023-02-23T19:33:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T22:49:33.000Z (over 3 years ago)
- Last Synced: 2025-06-05T10:50:05.661Z (about 1 year ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```