2.0.4 • Published 3 years ago
ejsp v2.0.4
ejs-preprocessor
use ejs like preprocessor
installation
npm i ejsp -g
usage
create the ejsp.json file(this is config for ejs preprocessor) example
{
dir: ["testinput", "!testinput/components"], //! for exclude dir
outdir: "test/",
vars: { test: "hello" },
}dir - folder(s) with ejs files
outdir - The folder where the ejs files will be rendered
vars - ejs variables
e.g.
testinput/index.ejs will be rendered to test/index.htmltestinput/components/menu.ejs will not be renderedtestinput/index.css will be copied to test/index.css
then run the command ejsp in the cmd