@ptkdev/all-shields-cli
Version:
Tool to help automate your badges of shields.io, badgen.net, fury.io, github action and snyk.io from .all-shieldsrc dotfile for your markdown files. You can use Liquid variables like {{name}} or {{version}} which refer to your package.json. Inspired by al
20 lines • 603 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Nunjucks configs
* =====================
*
* Set nunjucks
*
* @contributors: Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)
*
* @license: MIT License
*
*/
const nunjucks_1 = __importDefault(require("nunjucks"));
nunjucks_1.default.configure({ autoescape: false });
exports.default = { nunjucks: nunjucks_1.default };
//# sourceMappingURL=nunjucks.js.map