C-Shell
A simple shell written in C.
|
A shell written in C. For educational purposes.
This project has a .editorconfig file to enforce project level coding standards.
CLion has built-in support, VSCode requires a plugin.
This project requires CMake to build. Your IDE (VSCode or CLion) should automatically detect the CMakeLists.txt file and build the project. Install extensions for CMake support if prompted.
If you are using the command line, you can run the following commands:
This project uses Doxygen to generate documentation.
If Doxygen is available on your system,
You can generate the documentation by running the following command:
The generated documentation can be viewed at /docs.
This repository also has an automated workflow to generate documentatation via Github Actions.