
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.
create-open17-blog
Advanced tools
A CLI tool for quickly setting up VitePress blog with vitepress-theme-open17
npm create open17-blog my-blog
# or
yarn create open17-blog my-blog
# or
pnpm create open17-blog my-blog
# or
bun create open17-blog my-blog
You can also run it without arguments to create a blog in current directory:
npm create open17-blog
my-blog/
āāā docs/
ā āāā .vitepress/
ā ā āāā config.ts # VitePress config with theme
ā ā āāā theme/
ā ā āāā index.ts # Theme entry
ā āāā posts/
ā ā āāā 2024-xx-xx-hello-open17.md # Sample post
ā āāā index.md # Homepage with <blog /> component
ā āāā public/ # Static assets
āāā package.json
āāā .gitignore
cd my-blog
npm install
npm run dev
Your blog will be available at http://localhost:8090
-f, --force
- Overwrite target directory if it existsApache-2.0
FAQs
CLI tool for quickly setting up vitepress-theme-open17 blog
We found that create-open17-blog demonstrated a healthy version release cadence and project activity because the last version was released less than 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.