1.0.0 • Published 4 years ago

@techlavi/voltjs v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

VoltJs - A PHP Volt templating engine for JavaScript (node/browser)

Build Status npm version David npm npm

VoltJs is a port of the Volt Template Engine to Javascript, a JavaScript template library that supports the template syntax and all the features (functions, variable modifiers, etc.) of the well-known PHP template engine Volt.

VoltJs is written entirely in JavaScript, does not have any DOM/browser or third-party JavaScript library dependencies and can be run in a web browser as well as a standalone JavaScript interpreter or CommonJS environments like node.js.

Using VoltJs with CDN

Always latest version (don't use in production)
https://cdn.jsdelivr.net/npm/@techlavi/voltjs/browser.js
Current latest version (1.0.0)
https://cdn.jsdelivr.net/npm/@techlavi/voltjs@1.0.0/browser.js

DOCUMENTATION

https://github.com/techlavi/voltjs/wiki

CONTRIBUTIONS & TESTS

  • Pull request Best is open a issue first. Then send a pull request referencing the issue number. Before sending pull request make sure you add test case for the fix. Make sure all test cases are passing and eslint tests pass.

  • Test cases:- npm run test

  • ES Lint tests:- npm run lint

  • Build and compress:- npm run build

  • Release on NPM:- npm run publish

LICENSE

MIT