Skip to content

Generate .md files for a whole project #254

@shtlrs

Description

@shtlrs

Suppose we have a src folder that contains multiple subfolders ( random architecture) and all the files have a .ts extension

Is it possible to generate all the .md files for those .ts only by specifying the path to a specific folder ?

For example:

src
│
└───apiWrappers
│   │
│   └───company
│       └─── companyAPIWrapper.ts
│   
└───models
    │   customfield
    │  
    └───properties
     |   └───customFieldproperties.ts
     └───model.ts

when we run the command ( if it exists)
We will have the following:

src
│
└───apiWrappers
│   │
│   └───company
│       └───companyAPIWrapper.md
│   
└───models
    │   customfield
    │  
    └───properties
    |    └───customFieldproperties.md
    └───model.md

And all the links & references will be of course made along.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions