Skip to content

😍A command-line tool for quickly generating standard Dash application projects. 命令行工具,快速构建各类型标准Dash应用项目模板。

License

Notifications You must be signed in to change notification settings

CNFeffery/magic-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magic-dash

Pyhton GitHub PyPI Ruff

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

目录

1 安装
2 使用
3 内置模板列表
4 内置模板文档
5 更多应用开发教程

1 安装

pip install magic-dash -U

2 使用

2.1 查看内置项目模板

magic-dash list

2.2 生成指定项目模板

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

2.3 查看当前magic-dash版本

magic-dash --version

2.4 查看命令说明

magic-dash --help

magic-dash list --help

magic-dash create --help

3 内置模板列表

内置Dash应用项目模板:

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

4 各内置模板说明文档

模板名称 模板描述 说明文档
magic-dash 基础多页面应用模板 查看
magic-dash-pro 多页面+用户登录应用模板 查看
simple-tool 单页面工具应用模板 查看

5 更多应用开发教程

微信公众号「玩转 Dash」,欢迎扫码关注 👇

「玩转 Dash」知识星球,海量教程案例模板资源,专业的答疑咨询服务,欢迎扫码加入 👇

About

😍A command-line tool for quickly generating standard Dash application projects. 命令行工具,快速构建各类型标准Dash应用项目模板。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published