Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
NPX Not yet available, working on it now.
Centralise your bookmarks as
YAML
configuration and export them into different formats that can be used with your existing tools.
In a large company there are literally thousands of tools, development environments and HR system URLs to remember. In a start up there maybe many less but in both scenarios there is probably no authority of truth and if there is, it is often out of date. It is also a common on GitHub to see people create readme
documents listing useful URLs on certain topic.
This tool is designed as a way to keep URLs in a consistent structure so they can generate different types of sharable files. A company can centralize all their URLs, allowing employees to having a consistent upto date experience and taxonomy or developers to share their bookmarks with other people in the community.
First thing you need to do is create your bookmarks YAML
configuration, below is an example:
label: Bookworms
description: These are sample bookmarks to teach you how bookmark works
folders:
- label: folder 1
description: This is to describe the folder structure
folders:
- label: sub folder 1
description: This is to describe the sub folder structure
bookmarks:
- label: sample url 1
description: this is used to describe the bookmark
href: https://www.mywebsite.com
- label: folder 2
folders:
- label: sub folder 2
bookmarks:
- label: sample url 2
description: this is used to describe the bookmark
href: https://www.mysecondwebsite.com
- label: sample url 3
description: this is used to describe the bookmark
href: https://www.mythirdwebsite.com
- label: sub folder 3
bookmarks:
- label: sample url 4
description: this is used to describe the bookmark
href: https://www.mysecondwebsite.com
- label: sample url 5
description: this is used to describe the bookmark
href: https://www.mythirdwebsite.com
label
- The heading your bookmarks and the folder in when imported into a browserdescription
- Generates a HTML
comment or text within markdown
folders
- A way of grouping together bookmarks, you can nest these as deep as you likebookmarks
- How you group the information for a link to URLshref
- The URL you want to book markOnce this is ready you can pass it to Bookworms using npx
.
npx bookworms get ./my-bookmarks.yaml
This will then generate in the ./
folder the different exports you can then use in your older tools.
$ cd output
$ ls
chrome.html readme.md
You can also fetch bookmarks from a remote location and output the exports into a dirrect directory:
npx bookworms get ./https://raw.githubusercontent.com/thearegee/bookworms/main/demo/config/bookmarks.yaml -d="./output"
If you need help using Bookworms you can run this command:
npx bookworms --help
If you want to understand more about Bookworms you can read the following:
FAQs
A cli tool for centralising and generating bookmarks
The npm package bookworms receives a total of 27 weekly downloads. As such, bookworms popularity was classified as not popular.
We found that bookworms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.