🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

mvn-readme-md-generator

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvn-readme-md-generator

Maven ReadMe.md generator

latest
Source
npmnpm
Version
1.2.8
Version published
Maintainers
1
Created
Source

Maven Readme.md file generator

Run

npx mvn-readme-md-generator [args]

Description

        Maven readme.md file generator works by looking into the pom.xml 
    file and '/src/main/resources' properties directory to get project 
    meta-data that will be used in to the process. 
        The command line tool asks you some describing questions that will 
    be used as data for the readme.md file. Current implementation supports 
    generator functionality for maven projects with no sub modules. 
        In the next versions we will come with functionality for generating 
    Readme.md parent file that will reference all children readme.md generated 
    files from maven sub modules.     

Help

Args:
    --path: [string] custome .md template path to be used
    --propDir: [string] custome .properties/.yml files directory where meta-data 
    will be extracted
    --ymlProp: [boolean] looking for .yml prop files when extracts project meta-data

Usage:
    npx mvn-readme-md-generator - Run command with default arguments
    npx mvn-readme-md-generator 
    --path [custome-md-template-path] 
    --propDir [other-path-for-props-dir] 
    --ymlProp [true] - Run command with custome parameters
    
MIT-Style License
Copyright (c) Pancu Daniel

codesquad-dev team

Keywords

readme

FAQs

Package last updated on 26 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts