Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@techlavi/voltjs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@techlavi/voltjs

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

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

volt-js

FAQs

Package last updated on 28 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts