Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewmaksimchuk/htmltmp

Generate html using function
https://github.com/andrewmaksimchuk/htmltmp

deno generator html typescript

Last synced: about 2 months ago
JSON representation

Generate html using function

Awesome Lists containing this project

README

        

# Tag is a function

## Require

- bash
- make
- [Deno](https://docs.deno.com/runtime/manual/)

## Commands

All available commands are written in `Makefile`

For build run `make` command in terminal

If you run `make` in terminal, file `htmltmp.ts`
will be removed and generate new one.
After this the test will run and print result to
terminal.

`esbuild` used for build javascript file

## [Example](example.js)