All Projects → UniSharp → pug-inheritance

UniSharp / pug-inheritance

Licence: other
Get files which include or extend the given Pug file.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pug-inheritance

gulp-pug-inheritance
Only build affected files when modify a Pug file.
Stars: ✭ 16 (+23.08%)
Mutual labels:  pug, pug-inheritance
vue-ssr-starter
Starter kit for projects with Webpack 4, Vue 2 and SSR
Stars: ✭ 53 (+307.69%)
Mutual labels:  pug
egg-view-pug
egg view plugin for pug.
Stars: ✭ 24 (+84.62%)
Mutual labels:  pug
nestjs-mailer
🌈 A simple implementation example with and without email-templates using mailer module for nest js built on top of nodemailer.
Stars: ✭ 82 (+530.77%)
Mutual labels:  pug
meetup-cookbook
Dicas de como organizar um meetup no PUG-PE sem estresse ❤️
Stars: ✭ 36 (+176.92%)
Mutual labels:  pug
web-generator
👑 Gulp based task runner which creates HTML output from Pug HTML templates
Stars: ✭ 13 (+0%)
Mutual labels:  pug
typescript-nuxtjs-boilerplate
🍱 Nuxt.js with TypeScript and Run with docker and docker-compose 🐶🦄🔥 visit: https://typescript-nuxtjs-boilerplate.netlify.com/example
Stars: ✭ 51 (+292.31%)
Mutual labels:  pug
emacs-pug-mode
Pug support for Emacs, based on slim-mode.
Stars: ✭ 39 (+200%)
Mutual labels:  pug
sample-ui-react
Material-UI+ React.js + Redux [ Pug / Scss / Babel ]
Stars: ✭ 15 (+15.38%)
Mutual labels:  pug
preview-vscode
A previewer of Markdown and HTML for Visual Studio Code
Stars: ✭ 25 (+92.31%)
Mutual labels:  pug
kontent-boilerplate-express-apollo
Kontent Boilerplate for development of Express application using Apollo server and GraphQL.
Stars: ✭ 21 (+61.54%)
Mutual labels:  pug
lsxc
Compile Livescript + Pug + React + SASS as a single component
Stars: ✭ 17 (+30.77%)
Mutual labels:  pug
jm-cli
CLI for build Typescript React App.
Stars: ✭ 13 (+0%)
Mutual labels:  pug
html2pug-website
Convert HTML to Pug
Stars: ✭ 28 (+115.38%)
Mutual labels:  pug
design-studio one-page-template
Free responsive flat designed one page template
Stars: ✭ 67 (+415.38%)
Mutual labels:  pug
aurelia-mdc-bridge
Aurelia Mdc Bridge is a collection of wrappers for Material Design Components.
Stars: ✭ 19 (+46.15%)
Mutual labels:  pug
PugNotification
Strongly typed notifications for Swift. You might not need the pug parts.
Stars: ✭ 13 (+0%)
Mutual labels:  pug
virtual-jade
Compile Jade templates to Hyperscript for Virtual DOM libraries
Stars: ✭ 31 (+138.46%)
Mutual labels:  pug
speedy
Development environment for static pages using Gulp - Pug & Sass & browser-sync & babelify & browserify
Stars: ✭ 13 (+0%)
Mutual labels:  pug
indent.js
Pure code indentation for jsx, tsx, ts, js, html, css, less, scss.
Stars: ✭ 55 (+323.08%)
Mutual labels:  pug

Pug Inheritance - Another Implementation by UniSharp

Build Status

Get files which include or extend the given Pug file.

Installation

Via npm

npm install @unisharp/pug-inheritance --save

Via yarn

yarn add @unisharp/pug-inheritance

Usage

const PugInheritance = require('@unisharp/pug-inheritance');

let pugInheritance = new PugInheritance('resources/pug/**/*.pug');

Inheritance files

console.log(pugInheritance.getInheritance('resources/pug/layout/app.pug'));

Output

[
    'resources/pug/layout/app.pug',
    'resources/pug/index.pug',
    'resources/pug/page.pug'
]

Integration with gulp-pug

See @unisharp/gulp-pug-inheritance.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].