joelgerber / squirrelly

SquirrellyJS is a modern, blazing fast, and configurable template engine.

Home Page:https://squirrelly.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

squirrelly

Build Status dependencies Status npm downloads Codacy BadgeJavaScript Style Guide

Summary

Squirrelly is a modern, configurable, and blazing fast template engine implemented in JavaScript. It works out of the box with ExpressJS and weighs only 2.6KB gzipped.

Why Squirrelly?

Features:

  • Custom helpers
  • Custom filters
  • Conditionals
  • Loops
  • Custom delimeters
  • Precompilation
  • Partials
  • Writing JavaScript inside the template
  • Comments
  • Caching
  • Just look at the performance benchmarks here

Docs

We know nobody reads through the long and boring documentation in the ReadMe anyway, so head over to the documentation website:

https://squirrelly.js.org

Tests

The default test can be run with npm test, and it just checks that compiling and rendering a simple template results in the correct string.

Contributing

We love contributions from the community! Contributions are accepted using GitHub pull requests; for more information, see GitHub documentation - Creating a pull request.

For a good pull request, we ask you provide the following:

  1. Include a clear description of your pull request in the description with the basic "what" and "why"s for the request.
  2. The test should pass.
  3. The pull request should include tests for the change. A new feature should have tests for the new feature and bug fixes should include a test that fails without the corresponding code change and passes after they are applied.
  4. If the pull request is a new feature, please include appropriate documentation in the README.md file as well.
  5. Keep a consistent coding style.

Contributors

Ben Gubler

License

Squirrelly is licensed under the MIT license.

About

SquirrellyJS is a modern, blazing fast, and configurable template engine.

https://squirrelly.js.org

License:MIT License


Languages

Language:JavaScript 83.1%Language:HTML 16.9%