Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 366 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 366 Bytes

broccoli-glow

Summarize what broccoli-glow does here.

Usage

var BroccoliGlow = require('broccoli-glow');

module.exports = new BroccoliGlow(input, options);

Development

Installation

  • git clone <repository-url>
  • cd broccoli-glow
  • npm install

Building

  • npm run build

Testing

  • npm run test or npm run test:debug