Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gaelgirodon/neat-ejs

Dependency-free distribution of EJS without CLI
https://github.com/gaelgirodon/neat-ejs

Last synced: about 1 month ago
JSON representation

Dependency-free distribution of EJS without CLI

Awesome Lists containing this project

README

        

# Neat EJS

[![version](https://img.shields.io/npm/v/neat-ejs?style=flat-square)](https://www.npmjs.com/package/neat-ejs)
[![license](https://img.shields.io/github/license/gaelgirodon/neat-ejs?style=flat-square)](./LICENSE)
[![build](https://img.shields.io/github/actions/workflow/status/gaelgirodon/neat-ejs/main.yml?branch=main&style=flat-square)](https://github.com/gaelgirodon/neat-ejs/actions/workflows/main.yml)

**Neat EJS** is a dependency-free distribution of EJS
with the same core library but without CLI, published
synchronously with the original EJS package.

Simply install `neat-ejs` instead of `ejs` and update your
`import`/`require`, or install `neat-ejs` under the `ejs`
alias to migrate seamlessly: `npm install ejs@npm:neat-ejs`.

## License

**Neat EJS** is licensed under the [Apache License 2.0](./LICENSE).