To autogenerate SCANME.md, you can globally pip install metadir
, and type metadir .
.
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.
- Implement ignoring of files based on
.gitignore
, and using regex (look for stringsSKIP
in the project).