Socket
Socket
Sign inDemoInstall

pug-plugin-modules

Package Overview
Dependencies
10
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pug-plugin-modules

Pug plugin for resolving templates in node_modules


Version published
Maintainers
1
Install size
229 kB
Created

Readme

Source

npm npm

pug-plugin-modules

Pug plugin for resolving templates in node_modules

Installation

npm install pug-plugin-modules

Import plugin:

const modulesPlugin = require('pug-plugin-modules');

then, in your Pug options object:

{
  plugins: [
    modulesPlugin(/*options*/)
  ]
}

Usage

The same options as resolve are available. PugPluginModules provides the following defaults:

  • baseDir = directory of source file
  • extensions = ['.pug', '.jade']
  • packageFilter = will first search for "pug" and then "main" in package.json

License

MIT (http://www.opensource.org/licenses/mit-license.php)

FAQs

Last updated on 07 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc