https://github.com/joaocarabetta/project-templates
Fast Project Templates
https://github.com/joaocarabetta/project-templates
data-science python template
Last synced: 10 months ago
JSON representation
Fast Project Templates
- Host: GitHub
- URL: https://github.com/joaocarabetta/project-templates
- Owner: JoaoCarabetta
- Created: 2018-09-03T14:14:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T22:25:53.000Z (almost 6 years ago)
- Last Synced: 2025-04-22T16:06:19.667Z (about 1 year ago)
- Topics: data-science, python, template
- Language: Jupyter Notebook
- Size: 251 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Project Templates 💥
An easy and fast way to start a project with everything that you need.
## Create a folder, cd to it and copy the following line
`curl https://codeload.github.com/JoaoCarabetta/project-templates/tar.gz/master | tar -xz --strip=2 project-templates-master/basic`
## One command == folder structure and github repo ✅
> Out[1]: True!
You will be able to start a project with `start_project` and enter your infos.
## How to install 🧐
**1.** Make sure you have a token for Github API
> The token is now needed in order to create and push to your repositories via terminal. If you don't have one:
> - Go to https://github.com/settings/tokens
> - Select _Generate new token_
> - Add a _Note_ to remind future you what this token is about
> - On _Select scopes_, check _repo_
> - Generate token at the end of the page, and don't forget to save it!
**2.** Run this line
`curl https://codeload.github.com/JoaoCarabetta/project-templates/tar.gz/master | tar -xz --strip=2 project-templates-master/install/; chmod +x install.sh; ./install.sh; source ~/.bash_profile;`
**3.** Run `start_project` and let the magic happen