1.0.2 • Published 3 years ago

@crgeary/carbon-plugin-edge v1.0.2

Weekly downloads
68
License
MIT
Repository
github
Last release
3 years ago

Carbon Plugin Edge

Adds edge.js template support to Carbon

Install

npm i @crgeary/carbon-plugin-edge --save

Usage

Add the following configuration to carbon.config.js ...

const path = require('path');

module.exports = {
    plugins: [
        {
            resolve: `@crgeary/carbon-plugin-edge`,
            options: {
                viewPath: path.resolve('templates'),
            },
        },
    ],
};

Options

The plugin supports the following configuration options:

KeyTypeDefaultDescription
viewPathstringAn absolute path to a folder containing edge templates
matcharray'*/.edge'An array of glob patterns that should use Edge.js

License

MIT