Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 1.63 KB

README.md

File metadata and controls

80 lines (53 loc) · 1.63 KB

magic-dash

Pyhton GitHub PyPI Ruff

命令行工具,用于快捷生成一系列标准Dash应用工程模板。

目录

安装
使用
内置模板列表

安装

pip install magic-dash -U

使用

查看内置项目模板

magic-dash list

生成指定项目模板

  • 默认生成到当前路径
magic-dash create --name magic-dash
  • 指定生成路径
magic-dash create --name magic-dash --path 目标路径

查看当前magic-dash版本

magic-dash --version

查看命令说明

magic-dash --help

magic-dash list --help

magic-dash create --help

内置模板列表

内置Dash应用项目模板:

- magic-dash    基础多页面应用模板
- magic-dash-pro    多页面+用户登录应用模板
- simple-tool    单页面工具应用模板