Outputs a html menu structure to a target <ul>
and sets up links to the corresponding sections within your page, which are scrolled to by scroll-to-element
expose easing options
sub-menus?
import generateMenu from 'menu-generator'
// - headline is the class selector
// - target is the id of the <ul>
generateMenu('headline', 'test-target');
git clone git@github.com:DennisSmuda/generate-menu.git
cd generate-menu
npm install
npm start
ISC