pug-pire
v2.0.0
Published
This is just a more mixins with Pug JS for more productive projects.
Maintainers
Readme
Pug Pire
This is just a library using Pug JS engine to generate awesome mixins and others.
Getting Started
NPM
npm i -D pug-pireYarn
yarn add pug-pire --devUsage
After installing pug-pire using your favorite package manager, you can import it into any pugjs file you want and use it easily.
Example:
If you are at index.pug file, you can import the library using include statement:
include "/path/to/root/directory/node_modules/pug-pire/src/_index.pug";Features
- Some
mixinsfor meta data using inheadtag inHTML - Some
mixinsfor global needs likespace&no-scriptmixins
Contribute
You can contribute to pug-pire by making a fork of this repository and cloning it in your local device.
It is very important to make a new branch to your feature or solve a bug or solve an issue.
Do you want more features?
Please, set a new issue and labeled it as Feature and insert what you want.
