MKPROJ
Applies a generic template for a software project under a certain programming language, to get right into development.
Programming languages available:
- Java
- C/C++
- C#
- Nodejs
- Prolog
- Python
- Swift
In short, it creates includes a directory that has a makefile (specific to the programming language) and generic source-code ready to be compiled and executed. Depends on another script of mine - mkmake.
Example of use (GUI):
**
**
***

Examples of use (CLI):
mkproj java acertainjavaproject
mkproj c acertaincproject
mkproj prolog acertainprologproject