wakuu is a small script for creating a project structure in different programming language
git clone https://github.com/gooosz/wakuu.git
cd wakuu
enable execution permission using
chmod u+x ./wakuu
Create a symlink into ~/.local/bin to this script
ln -s <path to ./wakuu> ~/.local/bin
run
wakuu -<lang> -{c | p} name
to create a new class or project (based on 2nd param) called 'name' of language <lang> in given src/ directories of current directory
Command | project/class | language | name | Description |
---|---|---|---|---|
wakuu | -c | -p | * | creates a project directory in C named name |
wakuu | -c | -c | * | creates a header and source file in C named name |
project,class | currently supported languages |
---|---|
-p | -c |
-c | -cpp |
-java | |
-bash | |
-latex |