Skip to content

GopalVerma1303/github-repo-tree-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github_folder_structure_readme_generator

This project is a TypeScript file (index.ts) that fetches repository data from GitHub using the GitHub REST API and generates a nested folder structure tree.

Usage

  1. Install the dependencies using npm:
npm install
  1. Build the TypeScript file using the build script in package.json:
npm run build
  1. Run the generated JavaScript file using the start script in package.json:
npm run start
  1. The generated folder structure tree will be printed to the console.

Dependencies

  • axios - Promise based HTTP client for Node.js
  • typescript - TypeScript language compiler and tooling for JavaScript development

Folder Structure

├── .gitignore
├── README.md
├── README_BASH.md
├── README_LINKS.md
├── index.js
├── index.ts
├── package-lock.json
└── package.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors