@bookshop/ejs-enginedeprecated

<h1 align="center">Welcome to @bookshop/ejs-engine 👋</h1> <p> <a href="https://github.com/cloudcannon/bookshop#readme" target="_blank"> <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" /> </a> <a hre

Usage no npm install needed!

<script type="module">
  import bookshopEjsEngine from 'https://cdn.skypack.dev/@bookshop/ejs-engine';
</script>

README

Welcome to @bookshop/ejs-engine 👋

Documentation Maintenance

An extension to bookshop that allows support for .ejs modules

Usage

Import Syntax

Currently, the syntax for importing is:

<%- include("Components/button/button.ejs", { text: "BigIron" }) %>

Local Development

npm i
npm run start

Also, don't forget to npm link @bookshop/ejs-engine.

N.B. This engine is transpiled (because ejs requires fs).

Author

👤 @CloudCannon