https://github.com/black-axis/pug-pire
This is just a library using Pug JS engine to generate awesome mixins and others
https://github.com/black-axis/pug-pire
black-axis html-library html-template pug-cli pugjs pugjs-library
Last synced: 4 months ago
JSON representation
This is just a library using Pug JS engine to generate awesome mixins and others
- Host: GitHub
- URL: https://github.com/black-axis/pug-pire
- Owner: Black-Axis
- License: mit
- Created: 2024-04-13T15:25:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T18:01:18.000Z (over 1 year ago)
- Last Synced: 2025-05-07T09:04:12.921Z (about 1 year ago)
- Topics: black-axis, html-library, html-template, pug-cli, pugjs, pugjs-library
- Language: Pug
- Homepage: https://www.npmjs.com/package/pug-pire
- Size: 206 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
- Authors: AUTHORS.md
Awesome Lists containing this project
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-pire
```
Yarn
```
yarn add pug-pire --dev
```
## Usage
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 `mixins` for meta data using in `head` tag in `HTML`
* Some `mixins` for global needs like `space` & `no-script` mixins
## 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.
## License
[MIT](https://github.com/ZexLabs/pug-pire/blob/master/LICENSE.md)