
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
github-trees
Advanced tools
Get a tree from a GitHub repository.
Follow this project's author, Jon Schlinkert, for updates on this project and others.
Install with npm:
$ npm install --save github-trees
See github-base for documentation for all options and authentication choices.
var tree = require('github-trees');
var opts = {
username: 'YOUR_USERNAME',
password: 'YOUR_PASSWORD'
};
tree('breakdance/breakdance', opts)
.then(function(res) {
console.log(res);
})
var tree = require('github-trees');
var opts = {
recursive: true,
username: 'YOUR_USERNAME',
password: 'YOUR_PASSWORD'
};
tree('breakdance/breakdance', opts)
.then(function(res) {
console.log(res);
})
You might also be interested in these projects:
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Please read the contributing guide for advice on opening issues, pull requests, and coding standards.
(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)
To generate the readme, run the following command:
$ npm install -g verbose/verb#dev verb-generate-readme && verb
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm install && npm test
Jon Schlinkert
Copyright © 2017, Jon Schlinkert. Released under the MIT License.
This file was generated by verb-generate-readme, v0.6.0, on August 21, 2017.
FAQs
Get a tree from a GitHub repository.
We found that github-trees demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.