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-x-dashboard

v1.0.2

Published

CLI for creating backend admin templates

Downloads

23

Readme

zh-CN

简介

create-x-dashboard 是一个命令行工具,用于快速创建管理模板项目。它可以帮助开发者快速搭建项目结构,节省时间和精力。

特性

  • 快速创建项目:通过简单的命令快速生成项目结构。
  • 支持最新依赖:可以选择更新项目中的依赖到最新版本。
  • 自动初始化 Git:自动初始化新的 Git 仓库,方便版本管理。
  • 易于使用:简单的命令行界面,易于上手。

安装

你可以通过 npm 安装这个工具:


npm install -g create-x-dashboard

使用方法

使用命令行创建一个新的项目:


create-x-dashboard <project-name> [options]

参数

  • <project-name>: 项目的名称
  • -l, --latest: 更新依赖到最新版本

示例


create-x-dashboard my-project --latest

贡献

欢迎任何形式的贡献!请提交问题或拉取请求。

许可证

该项目使用 ISC 许可证。有关详细信息,请参阅 LICENSE 文件。


en-US

Introduction

create-x-dashboard is a command-line tool for quickly creating admin template projects. It helps developers set up project structures quickly, saving time and effort.

Features

  • Quick Project Setup: Generate project structure quickly with simple commands.
  • Support for Latest Dependencies: Option to update project dependencies to the latest version.
  • Automatic Git Initialization: Automatically initializes a new Git repository for version control.
  • Easy to Use: Simple command-line interface that is easy to get started with.

Installation

You can install this tool via npm:


npm install -g create-x-dashboard

Usage

Create a new project using the command line:


create-x-dashboard <project-name> [options]

Arguments

  • <project-name>: Name of the project
  • -l, --latest: Update dependencies to the latest version

Example


create-x-dashboard my-project --latest

Contributing

Contributions of any kind are welcome! Please submit issues or pull requests.

License

This project is licensed under the ISC License. See the LICENSE file for details.


日本語

概要

create-x-dashboard は、管理テンプレートプロジェクトのクイックセットアップのためのコマンドラインツールです。開発者は、時間と労力を節約するために、プロジェクト構造を迅速にセットアップできます。

特徴

  • 迅速なプロジェクトセットアップ:簡単なコマンドでプロジェクト構造を迅速に生成します。
  • 最新の依存関係のサポート:プロジェクトの依存関係を最新バージョンに更新するオプション。
  • 自動 Git 初期化:バージョン管理のために新しい Git リポジトリを自動的に初期化します。
  • 使いやすい:簡単なコマンドラインインターフェースで、すぐに始められます。

インストール

このツールは npm を介してインストールできます:


npm install -g create-x-dashboard

使い方

コマンドラインを使用して新しいプロジェクトを作成します:


create-x-dashboard <project-name> [options]

引数

  • <project-name>: プロジェクトの名前
  • -l, --latest: 依存関係を最新バージョンに更新します


create-x-dashboard my-project --latest

貢献

あらゆる形の貢献を歓迎します!問題やプルリクエストを提出してください。

ライセンス

このプロジェクトは ISC ライセンスの下でライセンスされています。詳細については LICENSE ファイルを参照してください。