Outputs a HTML file that list links to other HTML pages
There is also a version for Gulp
$ npm install broccoli-fileindex
var fileindex = require('broccoli-fileindex');
var tree = fileindex(html, {
files: ['**/*.html'],
dest: 'index.html'
});
Type: Array
Required
This option is the glob of the pages you want to generate the links.
Type: String
Optional
Default index.html
Path to the HTML page to generate.
Type: Boolean
Optional
Default false
Whether ot not to show only the filenames in the HTML listing page
$ npm run test
MIT