Skip to content

ThePurpleOne/kreate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

KREATE

Install

Depedencies

Pip packages:

pip install shutil
pip install datetime
pip install colorama

You'll also need tree:

pacman -S tree
apt-get install tree
yum install tree

Make Kreate executable

Clone the repo

git clone [email protected]:ThePurpleOne/kreate.git

Add the script to usr/bin and make it executable

cd kreate/
sudo cp kreate.py /usr/bin/kreate
sudo chmod ugo+x /usr/bin/kreate

Add the base files at ~/.kreate/

cp -r .kreate/ ~/.

You're all set.

Run

Run it

kreate 

You should have a menu popping

1 - Complete project                 
2 - Module (code + header)                    
3 - Code only                        
4 - Header only                      
5 - Metafiles (Makefile, readme, clang, gitignore)                    
6 - Makefile                    
7 - clang                    
8 - readme                    
9 - gitignore

About

C project management tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published