Socket
Book a DemoInstallSign in
Socket

create-open17-blog

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-open17-blog

CLI tool for quickly setting up vitepress-theme-open17 blog

1.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

create-open17-blog

A CLI tool for quickly setting up VitePress blog with vitepress-theme-open17

Usage

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

Features

  • šŸš€ Quick scaffolding with minimal setup
  • šŸ“ Generates proper project structure
  • šŸŽØ Preconfigured with open17 theme defaults
  • šŸ“ Sample blog post included
  • āš™ļø Type-safe configuration
  • šŸ”§ Works with npm/yarn/pnpm/bun

What it creates

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

After scaffolding

cd my-blog
npm install
npm run dev

Your blog will be available at http://localhost:8090

Options

  • -f, --force - Overwrite target directory if it exists

License

Apache-2.0

Keywords

vitepress

FAQs

Package last updated on 11 Aug 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with āš”ļø by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.