npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-orelop

v4.0.4

Published

Create Orelop — Qlio の開発環境をワンコマンドでセットアップ

Downloads

356

Readme

create-orelop

Qlio の Web 制作スターター環境をワンコマンドでセットアップする CLI ツール

必要環境

  • Node.js >= 22.12.0
  • pnpm / npm / yarn のいずれか
  • WordPress テンプレートを使う場合: Docker

使い方

npm create orelop@latest
# または
pnpm create orelop@latest
# または
yarn create orelop@latest

対話式の質問に答えるだけで、プロジェクト環境が自動生成されます。

オプション

# プロジェクト名を引数で指定
npm create orelop@latest my-project

# テンプレートを直接指定
npm create orelop@latest --template=static
npm create orelop@latest --template=astro
npm create orelop@latest --template=wp

テンプレート

Static — --template=static

Vite + HTML / CSS / TypeScript による静的サイト開発環境。

  • CSS / Sass のどちらでも開発可能
  • カスタムメディアクエリ・fluid() 関数が利用可能(VaultCSS 選択時)
  • 画像最適化・WebP 自動生成(ビルド時)

Astro — --template=astro

Astro + CSS / TypeScript による静的サイト・コンテンツサイト開発環境。

  • Astro コンポーネントベースの開発
  • VaultCSS / Tailwind CSS v4 / Sass に対応

WordPress — --template=wp

Vite + PHP / wp-env による WordPress テーマ開発環境。

  • Docker 不要で WordPress 環境を即構築(wp-env)
  • PHP ファイルの HMR 対応(vite-plugin-php-loader)
  • ビルド時に CSS / JS のパスを自動書き換え

CSS の選択(複数選択可)

セットアップ時に以下から複数選択できます。

| 選択肢 | 内容 | |--------|------| | VaultCSS | lightningcss ベースの CSS フレームワーク。fluid() / カスタムメディアクエリ付き | | Tailwind CSS v4 | Tailwind CSS v4 を追加。VaultCSS との共存も可能 | | Sass | Sass(sass-embedded)を追加。glob import 対応 |


JS ライブラリの選択(複数選択可)

| 選択肢 | パッケージ | |--------|-----------| | vaultscript | vaultscript | | GSAP | gsap | | Lenis | lenis | | Splide | @splidejs/splide | | Rola | @hilosiva/rola | | htmx | htmx.org | | Alpine.js | alpinejs + @types/alpinejs |


MCP サーバー

セットアップ時に「Claude Code 用 MCP サーバーを設定しますか?」を選択すると、 プロジェクトに .mcp.json が生成され、以下の MCP サーバーが自動設定されます。

  • orelop — Orelop ドキュメント参照用
  • configs — @hilosiva/configs ドキュメント参照用
  • vaultcss — VaultCSS 選択時のみ
  • vite-plugins — @hilosiva/vite-plugin-* 使用時のみ
  • lightningcss-plugins — lightningcss プラグイン使用時のみ

ライセンス

MIT License