2.0.0 • Published 2 years ago

cce-cl v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago