express-docu
Advanced tools
Comparing version 1.0.0 to 1.0.1
require(__dirname + '/lib/generate')(); | ||
console.log('output: express-docu/output/index.html'); | ||
console.log('output: node_modules/express-docu/output/index.html'); |
{ | ||
"name": "express-docu", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "kirrg001", | ||
"description": "record all your routes and generate HTML api documentation", | ||
"homepage": "http://github.com/Avuba/express-docu", | ||
"dependencies": { | ||
@@ -5,0 +8,0 @@ "jade": "^1.11.0", |
### Purpose | ||
This NPM module will record all your routes. | ||
This NPM module will record all your routes and produces a HTML api documentation. | ||
@@ -9,2 +9,3 @@ | ||
To use this module you need tests. The recorder will record all requests and responses of your tests. | ||
The NPM only works with express. | ||
@@ -16,3 +17,3 @@ | ||
var expressdocu = require('express-docu'); | ||
app.use(expressDocu.record); | ||
app.use(expressdocu.record); | ||
@@ -28,2 +29,5 @@ // run your tests and execute | ||
### Example | ||
### Example | ||
![](images/1.png) | ||
![](images/2.png) | ||
![](images/3.png) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
385280
0
399
2
0
31