1.6.0 • Published 8 years ago

ghost-kernel-default-plugins v1.6.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

ghost-kernel-default-plugins

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.

1.6.0

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago