MLH-Fellowship / 0.2.1-readme-dirs

A web application that generates helpful project structures for public GitHub repositories
https://project-structure-readme.netlify.app/
MIT License
1 stars 1 forks source link

Logic to generate project structure #7

Closed nchaloult closed 4 years ago

nchaloult commented 4 years ago

Closes #6

Proposing to add a collection of functions which can ultimately convert the response body from the Github API endpoint that we're hitting to traverse the file structure of a public repo to a "tree printout" of that repo's directory structure.

"Tree Printout" Features

The resulting "tree printout" that these functions can help you generate has the following features:

Features Not Implemented