run supported lang files with single command
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This is a script written in bash, which compiles the code file and run it for you and delete other junk files if created during the process of compilation, all this with one command.
This project is made with following langs/frameworks.
- BASH
To get a local copy up and running follow these simple steps.
You will need to install the following dependencies for the project to work.
- gcc
sudo apt install -y gcc // DEBIAN based brew install gcc // MACos sudo pacman -Sy gcc // Arch
Now since we are done with the setting up of environment suitable for the project to compile/run, let's install and configure the project on your system locally now.
- Clone the repo
git clone https://github.com/proffapt/code-runner.git
- Make the script executable
cd ./code-runner chmod +x ./crunner - Add the alias to you shell config file
echo "alias run="path/to/crunner"" >> ~/.SHELL_CONFIG source ~/.SHELL_CONFIG
- Add the Documentation other then README.md
- Add crunner
- Add support for c and cpp files
- Add the main documentation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Added this changelog :)
- Added support for C and C++ files.
- Added help menu
- Removed the
-fflag
Distributed under the BSD-2-Clause License. See LICENSE.txt for more information.
Arpit Bhardwaj - Twitter - Telegram - [email protected]
Company website: Cybernity - CybernityForum
Project Link: https://github.com/proffapt/code-runner
Use this space to list resources you find helpful and would like to give credit to.