ghost-kernel-default-plugins

1.6.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i ghost-kernel-default-plugins

Weekly Downloads

1

Version

1.6.0

License

MIT

Last publish

Collaborators

  • narazaka