Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.22 KB

generator-hljs

npm npm CircleCI David

Description

A Yeoman generator for Highlight.js

Prerequisites

You need Node.js installed and available in your PATH environmental variable. Use your preferred Node package manager to install the Yeoman CLI tool.

yarn global add yo || npm install -g yo

Installation

Use your preferred package manager to install this generator

yarn global add generator-hljs || npm i generator-hljs -g

Usage

Run the generator and follow its instructions. Use --help for available flags.

yo hljs

“That's all Folks!”

License

This work is licensed under the MIT License