You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yikth 82785bbade install npm module
* cd backend
* npm install
5 years ago
..
test install npm module 5 years ago
HISTORY.md install npm module 5 years ago
LICENSE install npm module 5 years ago
README.md install npm module 5 years ago
index.js install npm module 5 years ago
package.json install npm module 5 years ago

README.md

pug-linker

Link multiple pug ASTs together using include/extends

Build Status Dependency Status NPM version

Installation

npm install pug-linker

Usage

var link = require('pug-linker');

Flatten the Pug AST of inclusion and inheritance.

This function merely links the AST together; it doesn't read the file system to resolve and parse included and extended files. Thus, the main AST must already have the ASTs of the included and extended files embedded in the FileReference nodes. pug-load is designed to do that.

License

MIT