Skip to content

wefindx/metadir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

To autogenerate SCANME.md, you can globally pip install metadir, and type metadir ..

Usage

Running command metadir . to generate SCANME.md content.

- '*': ''
  README.md: {'*': ''}
  src:
    - '*': ''
      main.py: {'*': ''}
      main.js: {'*': ''}
      core:
        - '*': ''
          app.py: {'*': ''}
  docs:
    - '*': ''
      index.md: {'*': ''}

The values at each level provide ability to specify metaformat for each file and directory in the project by providing URLs to schema specifications.

TODO

  • Implement ignoring of files based on .gitignore, and using regex (look for strings SKIP in the project).

Releases

No releases published

Packages

No packages published

Languages