nanolit
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

nanolit

Minimalistic es6 template literal compiler producing reusable modules

Examples

HTML

tsc example/html/index.ts

node example/html/index.js

<!doctype html>
<html lang="de">
<head>
  <meta charset="utf-8">
  <title>Generated from nanolit</title>
</head>
<body>
  <h1>Headline</h1>
  <article>
  <h2>First</h2>
  <p>Lorem</p>
  <img src="https://picsum.photos/200" />
</article><article>
  <h2>Second</h2>
  <p>Ipsum</p>
  
</article>
</body>
</html>

Package Sidebar

Install

npm i nanolit

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

4.91 kB

Total Files

8

Last publish

Collaborators

  • sebastianspeitel