link-project-html
v0.9.1
Published
This module searches for all html files in a directory. Than it adds links to all html files in each found file.
Downloads
2
Maintainers
Readme
First, you need to install it:
npm install link-project-html --save-dev
1. Creating a json file in a working directory with all html files in project.
var html = require('link-project-html');
html.makeJSONFile(__dirname + '/dist');
2. Searching for html files in your project. Than it adds links to all this files in each html file.
var html = require('link-project-html');
html.makeLinksInHTML(__dirname + '/dist');