0.9.1 • Published 9 years ago

link-project-html v0.9.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

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');
0.9.1

9 years ago

0.9.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago