jekyllup-npm

jekyllup-npm

JekyllUp

A collection of Javascript utilities to streamline development.

Site | NPM Module | GitHub Repo

Installation

In a browser:

<script src="jekyllup.js"></script>

Using npm:

$ npm i jekyllup

Note: add --save if you are using npm < 5.0.0

In Node.js:

// Load the full build.
var jekyllup = require('jekyllup');

Why Use this Library?

The JekyllUp library makes development of JekyllUp themes easier. Jekyll themes are a very important part of using the Jekyll for website development. We strongly support Jekyll themes that take advantage of technologies such as Gulp, Webpack, Browsersync, and others. This library aims to add functionality to themes developed using these technologies.