year-on-github
π Share your Github stats for 2020 on Twitter
νμΌ νμκΈ°
- config.toml
- __init__.py
- github_reader.py
- main.py
- templates.py
- utils.py
- demo.gif
- preview.png
- local_styles.css
- .flake8
- .gitignore
- heroku-setup.sh
- LICENSE
- Pipfile
- Pipfile.lock
- Procfile
- README.md
# CDNμΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
git clone
μ€λͺ
보기 βΌ
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
git push
μ€λͺ
보기 βΌ
git push
Push commits to a remote repository.
git push
Send local changes in the current branch to its default remote counterpart:
git push {{remote_name}} {{local_branch}}
Send changes from a specific local branch to its remote counterpart:
git push {{[-u|--set-upstream]}} {{remote_name}} {{local_branch}}
Send changes from a specific local branch to its remote counterpart, and set the remote one as the default push/pull target of the local one:
heroku
μ€λͺ
보기 βΌ
heroku
Heroku μ ν리μΌμ΄μ
μμ± λ° κ΄λ¦¬.
λ λ§μ μ 보: <https://devcenter.heroku.com/articles/heroku-cli#get-started-with-the-heroku-cli>.
heroku login
Heroku κ³μ μ λ‘κ·ΈμΈ:
heroku create
Heroku μ ν리μΌμ΄μ μμ±:
heroku logs --app {{app_name}}
μ ν리μΌμ΄μ λ‘κ·Έ νμ:
pip install
μ€λͺ
보기 βΌ
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
streamlit
μ€λͺ
보기 βΌ
streamlit
Pythonμμ μνΈμμ©νλ λ°μ΄ν° κΈ°λ° μΉ μ±μ λ§λλ νλ μμν¬.
λ λ§μ μ 보: <https://docs.streamlit.io/develop/api-reference/cli>.
streamlit hello
Streamlit μ€μΉ μ¬λΆ νμΈ:
streamlit run {{project_name}}
Streamlit μ ν리μΌμ΄μ μ€ν:
streamlit --help
λμλ§ νμ:
# νλ‘μ νΈ λ°°μ§
-
Heroku App Status λ°λ‘κ°κΈ°
