Skip to content

pombredanne/apeman-bud-license

Repository files navigation

apeman-bud-license

Build Status Code Climate Code Coverage npm Version

apeman bud for LICENSE files.

Installation

$ npm install apeman-bud-license --save-dev

Usage

/**
 * A bud file to render with coz.
 */
"use strict";

const apemanBudLicense = require('apeman-bud-license');

module.exports = apemanBudLicense({
    type: 'MIT'
});

if (!module.parent) {
    require('coz').render(__filename);
}

License

This software is released under the MIT License.

Links

About

apeman bud for LICENSE files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published