2.0.0 • Published 3 years ago

cce-cl v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

2.0.0

3 years ago

1.1.0

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago