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

https://github.com/appelboomhd/c-templateex


https://github.com/appelboomhd/c-templateex

Last synced: 3 months ago
JSON representation

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]
```