shopware-twig-parser
v0.3.2
Published
A parser for Shopware Twig
Readme
shopware-twig-parser
A parser for the Shopware 6 Twig admin markup language.
Installation
npm install shopware-twig-parserUsage
import { parse } from "shopware-twig-parser";
const tree = parse("{% block my_block %}Hello, world!{% endblock %}");Author
Hey, I'm Nils. In my spare time I write about things I learned or I create open source packages, that help me (and hopefully you) to build better apps.
Feedback and Contributing
I highly appreceate your feedback! Please create an issue, if you've found any bugs or want to request a feature.
