stencil-twig
v0.0.2
Published
Compiles Stencil generated web components to Twig templates
Downloads
7
Readme
Stencil-Twig
Compiles Stencil generated web components to Twig templates!
Installation
As an executable:
npm install -g stencil-twig
As a library:
npm install --save stencil-twig
Usage
As an executable:
You can use the command 'stencil-twig' on a .tsx file to convert it to .twig
stencil-twig -o <filename>
As a library:
You can use stencil-twig as a js library to convert .tsx into .twig programmatically
Examples
Running styleflux executable on a css/sass/scss file
$ stencil-twig -o src/components/marquee/marquee.tsx
Support
If you experience any bugs or issues please post a comment here: https://github.com/Firebrand/stencil-twig/issues Typically it will get responded to and resolved within 24hrs. Make sure to include the error message as well as the css you are inputting into it.
License
ISC