
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.
awesome-npx
Advanced tools
š packages and resources that work really well with https://github.com/zkat/npx š¶
š packages and resources that work really well with https://github.com/zkat/npx š¶
npx
lets you execute npm package binaries without installing them. npx
is the last thing you need to globally install:
> npm i -g npx
(this command also updates npx)
Now you can execute tools from npm packages without having to install them globally:
> npx cowsay wow
npx: installed 1 in 1.413s
_____
< wow >
-----
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
you can even use npx
to view this list of awesome-npx
tools:
> npx awesome-npx
npx cowsay <text>
npx figlet-cli <text>
npx shx ls
npx shx rm -rf /tmp
Please read the CONTRIBUTING.md and CODE_OF_CONDUCT.md docs. Everything in this repo is licensed CC0-1.0 unless otherwise noted. Thank you for being awesome!
FAQs
š packages and resources that work really well with https://github.com/zkat/npx š¶
The npm package awesome-npx receives a total of 4 weekly downloads. As such, awesome-npx popularity was classified as not popular.
We found that awesome-npx 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
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.