7 Star 9 Fork 6

hulingfeng211 / maintscripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.61 KB
一键复制 编辑 原始数据 按行查看 历史

#maintscripts

1.nginx.py

HTTP Server nginx automation install script that support upstar and systemd

2.tornado-app-init.py

generate SPA project structure base tornado and react usage:

  • running script

    ./tornado-app-init.py

  • The generated directory is as follows

    ├── common #公共模块目录
    │   ├── __init__.py
    ├── config.py #站点配置
    ├── handler #handler目录
    │   ├── __init__.py
    ├── manager.py #应用站点入口
    ├── README.md
    ├── routes.py 站点路由
    ├── static
    │   ├── css
    │   │   └── readme.md
    │   ├── img
    │   │   └── readme.md
    │   ├── js
    │   │   ├── bundle.js
    │   │   ├── components
    │   │   ├── index.jsx
    │   │   └── readme.md
    │   ├── lib
    │   │   └── readme.md
    │   ├── node_modules
    │   │   ├── babel-core
    │   │   ├── babel-loader
    │   │   ├── react
    │   │   ├── react-bootstrap
    │   │   ├── react-dom
    │   │   ├── react-router
    │   │   ├── react-router-bootstrap
    │   │   ├── tcomb-form
    │   │   └── webpack
    │   ├── package.json
    │   └── webpack.config.js
    └── templates
        ├── index.html
        └── readme.md
Python
1
https://gitee.com/hulingfeng211/maintscripts.git
git@gitee.com:hulingfeng211/maintscripts.git
hulingfeng211
maintscripts
maintscripts
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891