0.9.1 • Published 10 years ago

link-project-html v0.9.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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

10 years ago

0.9.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago