kez97460 / Automatic-project-setup

A program that generates pre-filled directories for projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling python code

You can compile the program into a single portable executable by simply executing the script compile.sh.

It requires you to have pyinstaller installed.

Usage

aps header # interactif
aps lib # interactif
aps project # interactif

aps project -n [path/name] -l [language]
aps lib -n [name]
aps header -n [name]

About

A program that generates pre-filled directories for projects


Languages

Language:C 65.1%Language:Python 30.8%Language:Makefile 3.9%Language:Shell 0.2%