Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrewmaksimchuk/htmltmp
- Owner: AndrewMaksimchuk
- Created: 2024-07-17T06:57:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T08:07:48.000Z (6 months ago)
- Last Synced: 2024-10-13T08:20:28.259Z (3 months ago)
- Topics: deno, generator, html, typescript
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)