Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gaelgirodon/neat-ejs
- Owner: GaelGirodon
- License: apache-2.0
- Created: 2023-03-01T18:27:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T23:02:37.000Z (7 months ago)
- Last Synced: 2024-10-01T15:34:08.416Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).