Skip to content

In-template data manipulation library with a functional twist for jinja2 templating language.

Notifications You must be signed in to change notification settings

JuroOravec/powerjinja

Repository files navigation

README - powerjinja

Installation

Install with npm:

npm install powerjinja --save

Install with yarn:

yarn add powerjinja -S

Load with require keyword:

const pj = require("powerjinja").powerjinja;

Load with import keyword:

import { powerjinja } from "powerjinja";

Create new packages

To create new packages, run command

npm run create-package -- <your-package-name>

About

In-template data manipulation library with a functional twist for jinja2 templating language.

Resources

Stars

Watchers

Forks

Packages

No packages published