1.0.1 • Published 4 years ago

dependency-list-to-markdown v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

dependency-list-to-markdown

This library is a dev-ops internal tooling for Bonita platform.

Usage

This library parse a folder who contains your dependencies files and create a markdown file.

Compatible extensions:

  • Json file (get it from npm license-checker)
  • Html file (for example, from maven-project-info-reports-plugin generate a report site)

Each extension get a Specific parser.

Generate Markdown content

Run

node .src/generateMarkdownContent.js --folder ${FOLDER} --outputFile ${OUTPUT_FILE}

See Options part(#Mandatory arguments)

Mandatory arguments

ArgumentsdescriptionMandatory
--outputFile (-o)Write Markdown file to create or update to list dependenciesTrue
--folder (-f)Folder who contains dependencies filesTrue

Optionals arguments

OptiondescriptionMandatory
--frontendif true, run parse only Node or Bower dependenciesFalse
--backendif true, run parse only Maven dependenciesFalse
--header (-h)String to add on the top of generated fileFalse
--description (-d)String to add just below the file titleFalse
--helpDisplay Usage for commandFalse
1.0.1

4 years ago