Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yamadharma/academic-student-thesis-template


https://github.com/yamadharma/academic-student-thesis-template

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tempalate for Student's thesis

## Скачайте репозиторий

- Создайте свой репозиторий из шаблона:
``` shell
gh repo create <название_репозитория> --template=yamadharma/academic-student-thesis-template --public
```

- Клонируйте его рекурсивно:
``` shell
gh repo clone <название_репозитория> -- --recursive
```

## Создание рабочего каталога

- Создайте рабочий каталог:

``` shell
make prepare
```

- Теперь можно работать с проектом:

``` shell
cd bachalor
make
```