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.
- Install the dependencies using npm:
npm install- Build the TypeScript file using the build script in package.json:
npm run build- Run the generated JavaScript file using the start script in package.json:
npm run start- The generated folder structure tree will be printed to the console.
- axios - Promise based HTTP client for Node.js
- typescript - TypeScript language compiler and tooling for JavaScript development
├── .gitignore
├── README.md
├── README_BASH.md
├── README_LINKS.md
├── index.js
├── index.ts
├── package-lock.json
└── package.json