Skip to content

StelFoog/cce

Repository files navigation

C - Compile and Execute

GitHub package.json version Tests License Commits last month

Compile and execute a C file, all at once.

Installation

With Yarn (recomended)

yarn global add cce-cl

With NPM

npm install -g cce-cl

Usage

cce <file> [options]

Runs CCE for the given file, with the given options.

cce --help

Provides a complete list of options.

Examples

cce test.c

Compiles and executes the file test.c.

cce test.c --save --execute-arguments "John 10"

Compiles and executes the file test.c with the arguments John and 10, saving the compiled file after execution.

About

C - Compile and Execute

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published