Attributes
Includes Deno configuration
Repository
Current version released
5 years ago
clank
A simple CLI that runs your C++ code just in time.
Built with Deno.
๐พ Installation
$ deno install -fAq --name="clank" https://deno.land/x/clank/mod.ts๐ฅ Usage
# Basic help text:
$ clank
# Run a C++ script:
$ clank hello.cpp
# See juicy debug info:
$ CLANK_DEBUG=1 clank hello.cpp๐ Features
- Passthrough
stdin,stdoutandstderr - Prints status code
- A cache based on unique hashes of files
- Smart deletion of cached files to keep cache size under 0.5 GB
- Configure which compiler to use
- Passing options directly to compilers
- Looks great
๐ง Roadmap
- Config file
- Smarter deletion algo
- Options to compiler
- Configure which compiler to use
- More tests