
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
all-relative
Advanced tools
a work in progress command line tool to convert a static site to use only relative urls, so it can be deployed to ipfs.
A command line tool to convert a static site to use only relative urls.
Run it from the the directory which contains your generated static site to have it convert all urls in html and css to be relative to that dir.
It leaves you with a portable website that doesn't care what path it is mounted at. /
, /olizilla/
/ipfs/hash/
, file://x/y/z/
, the lot, it don't care. This allows you to load the same static site via IPFS or github pages, or the localfile system, as well as from the root of your custom domain. Relative urls are wonderful.
The command will edit the files in place, so it's best to run it on generated output that you can recreate if you need to. If you can't, be sure to take a back up of your site first.
✨🎷🐩
Install it with
$ npm install -g all-relative
or run just it wihtout installing it via npx
$ npx all-relative
Run the command from the root directory of your static site.
$ all-relative
FAQs
a work in progress command line tool to convert a static site to use only relative urls, so it can be deployed to ipfs.
The npm package all-relative receives a total of 72 weekly downloads. As such, all-relative popularity was classified as not popular.
We found that all-relative demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.