Overview


Embedded JavaScript (EJS) is a templating language for JavaScript.

The language of EJS is JavaScript-like.

Examples


Let's hop over to examples here...

ejs-lint


Ejs-lint is a linter for EJS.

Install
Install ejs-lint globally
npm install -g ejs-lint
Usage
Simply run ejslint command with filename.
ejslint <file>
ejslint foo.js