https://github.com/appelboomhd/c-templateex
https://github.com/appelboomhd/c-templateex
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appelboomhd/c-templateex
- Owner: AppelBoomHD
- Created: 2020-10-08T16:22:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T23:07:54.000Z (over 4 years ago)
- Last Synced: 2025-03-06T10:32:57.074Z (over 1 year ago)
- Language: Makefile
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C-TemplateEx
1. To download Bash script to create new C++ projects, run these commands:
```
curl -O https://raw.githubusercontent.com/AppelBoomHD/C-TemplateEx/master/makex.sh
chmod u+x makex.sh
```
2. (Optional) put makex.sh in usr/local/bin (or the equivalent for your machine) to run makex.sh from anywhere.
3. To create an exercise directory run this:
```
./makex.sh [#exercise]
```