xou-server

2.0.0 • Public • Published

XOU-SERVER

HTML-Template strings for the server.

This module has been exctracted from Nanohtml.

Install

$ npm install xou-server

Usage

const xouServer = require('xou-server');
 
const time = xouServer`<span>Time: ${ (new Date()).toUTCString() }</span>`;

License

MIT © Tobias Herber

Package Sidebar

Install

npm i xou-server

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

3.29 kB

Total Files

4

Last publish

Collaborators

  • tobihrbr