pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
567 B
13 lines
567 B
#! /usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
rm -rf \{\{cookiecutter.project_slug\}\}/.git
|
|
rm -rf \{\{cookiecutter.project_slug\}\}/backend/app/poetry.lock
|
|
rm -rf \{\{cookiecutter.project_slug\}\}/frontend/node_modules
|
|
rm -rf \{\{cookiecutter.project_slug\}\}/frontend/dist
|
|
git checkout \{\{cookiecutter.project_slug\}\}/README.md
|
|
git checkout \{\{cookiecutter.project_slug\}\}/.gitlab-ci.yml
|
|
git checkout \{\{cookiecutter.project_slug\}\}/cookiecutter-config-file.yml
|
|
git checkout \{\{cookiecutter.project_slug\}\}/.env
|
|
git checkout \{\{cookiecutter.project_slug\}\}/frontend/.env
|
|
|