Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 650 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 650 Bytes

Electric.js Generator

Yeoman generator for creating documentation sites using electric.js.

Dependencies

Install Node if you haven't yet, then run this command to install global npm dependencies.

npm i -g electric-cli yo

Install

npm i -g generator-electric

Development

npm link

Run

yo electric

Once the folder has been created, npm will install the dependendencies.

Run electric run to generate the site and start a development server.

Please see electricjs.com for more documentation.