Socket
Socket
Sign inDemoInstall

markdown-documentation-generator

Package Overview
Dependencies
64
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

14

index.js

@@ -96,9 +96,9 @@ #!/usr/bin/env node

console.log('');
console.log(' ' + info('styleguide') + ' Generate styleguide');
console.log(' ' + info('styleguide init') + ' Create a new configuration file in the current directory');
console.log(' ' + info('styleguide no-lf') + ' Stop "reading [filename]" console output' );
console.log(' ' + info('styleguide help') + ' Show this so called help ');
console.log(' ' + info('md_documentation') + ' Generate styleguide');
console.log(' ' + info('md_documentation init') + ' Create a new configuration file in the current directory');
console.log(' ' + info('md_documentation no-lf') + ' Prevent "reading [filename]" console output' );
console.log(' ' + info('md_documentation help') + ' Show this');
console.log('');
console.log(' More help at');
console.log(' https://github.com/emiloberg/markdown-styleguide-generator');
console.log(' https://github.com/UWHealth/markdown-documentation-generator');
console.log('');

@@ -125,3 +125,3 @@ process.exit(0);

}
console.log(good('Read configuration file: ') + info('.styleguide'));
console.log(good("["+chalk.blue("StyleGuide")+'] Reading ') + info('.styleguide'));
options = mergeObjects(options, customOptions);

@@ -337,3 +337,3 @@ }

}
console.log('Created file: ' + good(options.outputFile));
console.log("["+chalk.blue("StyleGuide")'] Created file: ' + good(options.outputFile));
});

@@ -340,0 +340,0 @@ fs.outputFile

{
"name": "markdown-documentation-generator",
"version": "1.0.4",
"version": "1.0.5",
"description": "A fork of markdown-styleguide-generator. Searches files for markdown and generates a static style/documentation guide.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {},

@@ -38,4 +35,4 @@ "repository": {

"bin": {
"styleguide": "index.js"
"md_documentation": "index.js"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc