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 ファイルを参照してください。
