{"id":23293027,"url":"https://github.com/wwtg99/flask-board","last_synced_at":"2026-05-17T01:40:09.084Z","repository":{"id":57430151,"uuid":"249121713","full_name":"wwtg99/flask-board","owner":"wwtg99","description":"Build base flask app depends on template.","archived":false,"fork":false,"pushed_at":"2021-01-07T10:48:01.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T22:26:03.270Z","etag":null,"topics":["command-line","flask","flask-application","python","template"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wwtg99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-22T05:47:55.000Z","updated_at":"2023-02-10T19:09:26.000Z","dependencies_parsed_at":"2022-08-26T02:41:53.609Z","dependency_job_id":null,"html_url":"https://github.com/wwtg99/flask-board","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wwtg99/flask-board","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwtg99%2Fflask-board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwtg99%2Fflask-board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwtg99%2Fflask-board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwtg99%2Fflask-board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wwtg99","download_url":"https://codeload.github.com/wwtg99/flask-board/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwtg99%2Fflask-board/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266590557,"owners_count":23952960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","flask","flask-application","python","template"],"created_at":"2024-12-20T06:13:34.499Z","updated_at":"2026-05-17T01:40:04.024Z","avatar_url":"https://github.com/wwtg99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flask Board\n===========\n\n# Description\n\n[Flask](https://flask.palletsprojects.com/en/1.1.x/) is a powerful and flexible web framework.\nSince it is so flexible, we have to \"copy\" some codes to start a new production project.\nFlask Board is aimed to start a flask project depends on some carefully prepared templates.\n\n# Installation\n\n```\npip install flask-board\n```\n\nAfter installation, we can see flask board installed as a flask command plugin.\n\n```\nflask board --help\n```\n\n# Usage\n\n## Create flask project depends on pre defined templates.\n\n```\nflask board your-project\n```\n\nSame as using the `default` template.\n\n```\nflask board your-project -t default\n```\n\n## Available built-in templates\n\n- default: default flask web app\n- restful: flask restful API web app\n- celery: flask app with celery\n\n## Change the project directory\n\nChange project directory by option `-d`, default use the current directory.\n\n```\nflask board your-project -d \u003cpath-to-directory\u003e\n```\n\n## Use your own project template\n\nUse `-t` option point to the custom project directory.\n\n```\nflask board your-project -t \u003cpath-to-your-tempalte-directory\u003e\n```\n\nWe use jinja2 engine to render all files in the template directory.\n\nWe can also exclude files in the template directory (default excludes file patterns *.pyc, *.pyo, *.pyd, *.egg, *.log, *.so, *.zip, *.tar, *.tar.gz).\n\nAnd exclude directories and all files under it (default excludes directories .git, `__pycache__`, *.egg-info, build, dist, .idea).\n\n```\nflask board your-project -t \u003cpath-to-your-template-directory\u003e --excludes=\"*.pyc,*.log\" excludes_dir=\".git,__pycache__\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwtg99%2Fflask-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwwtg99%2Fflask-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwtg99%2Fflask-board/lists"}