A collection of useful command line tools that I have made at points. NOTE!! The folder names are not the language that the tool is written in, but the language that the tool aims to help.
- C New Module (cnm)
- C Compile Recursively (ccr)
Install CommandLineTools by downloading the release or building from source.
$: ./build.bat
$: ./build.sh
$: cnm module_name
Parameter | Type | Description |
---|---|---|
module_name |
string |
Required. The name of the module |
$: ccr
Make sure to run it in the directory that you want the compiled executable to be in.
Contributions are always welcome!
See CONTRIBUTING.md
for ways to get started.
Please adhere to this project's code of conduct
.
-
Linux/Mac build script -
More tools