New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github-organization-bookmarks

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-organization-bookmarks

Generate bookmarks that includes all repositories in a GitHub organization

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

github-organization-bookmarks

version Maintenance mit

Generate bookmarks including all repositories in a GitHub organization.

Requirements

  • Node.js v16 or higher

Getting Started

Go anywhere you want the bookmarks to be generated:

cd
mkdir myAwesomeBookmarks
cd myAwesomeBookmarks

Run the script, it will generate a html file.
For instance, if you want to generate bookmarks for all repositories within NodeSecure organization:

npx github-organization-bookmarks NodeSecure

It will generate a NodeSecure.html file at ~/myAwesomeBookmarks (or in the directory you ran the tool).

Go to Chrome bookmarks and import the generated html file.

Note Generated bookmarks should be compatible with most browsers.

Note The tool fetch maximum 100 repositories

Authentication

If you have access to private repositories in the GitHub organization (i.e, you are owner), you'll need to use a GitHub token to authenticate yourself.

Create a .env

touch .env

Add this following ENV variable

# GitHub access token
GITHUB_TOKEN=your_token

You can create a GitHub token here

Bookmark icons

Bookmarks are generated without icon for technical reason, your browser will automatically add it if you already visited the repositories. Else, you can Open all your bookmark folder to open each repository, it will then add icons automatically.

Keywords

FAQs

Package last updated on 19 Aug 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc