Skip to content

Ikagaka/ghost-kernel-default-plugins.js

Repository files navigation

npm npm license npm download total npm download by month Bower Bower

Dependency Status devDependency Status Travis Build Status AppVeyor Build Status codecov.io Code Climate

ikagaka ghost kernel default plugins

Install

npm:

npm install ghost-kernel-default-plugins

bower:

bower install ghost-kernel-default-plugins

Usage

node.js(ES2015):

import {GhostKernel} from 'ghost-kernel-default-plugins';

node.js(ES5):

var ghostKernel = require('ghost-kernel-default-plugins');
var GhostKernel = ghostKernel.GhostKernel;

browser:

<script src="ghost-kernel-default-plugins.js"></script>
var GhostKernel = ghostKernel.GhostKernel;

API

API Document

License

This is released under MIT License.

About

ikagaka ghost kernel default plugins

Resources

Stars

Watchers

Forks

Packages

No packages published