0.0.2 • Published 4 years ago

stencil-twig v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

styleflux logo

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