1.0.3 • Published 8 years ago

vinegar v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Vinegar.js

VinegarJS

A Simple Robust Javascript <{Template Engine}> . See Vinegar in action online at http://www.vinegarjs.com/

INSTALLING

Git a copy from the repo or run:

npm install vinegar --save

USING

Vinegar.js works both in the browser and in a server environment. To include the Vinegar.js file in the head of your page simply include it like any other javascript source. Within your templates you can define your own Curley brackets / Mustache style syntax repalcement. By default Vinegar uses <{ }> but can easily utilize {{ }} style syntax.

To use Vinegar.js within your NodeJS applications please see the weiv project at http://www.npm.com/projects/weiv/

USAGE: Check out the examples folder on the github repo

#CONTRIBUTING

We encourage forking. Feel free to fork & pull your new additions, or bug fixes.

#LICENSE MIT