Crates.io | cllm |
lib.rs | cllm |
version | 2.0.1 |
source | src |
created_at | 2021-05-03 16:00:38.725113 |
updated_at | 2021-05-03 16:04:43.24494 |
description | A more maintainable, less featureful clm |
homepage | |
repository | https://gitlab.com/ErinvanderVeen/clean-ll-make |
max_upload_size | |
id | 392572 |
size | 61,387 |
The mail goals of this project are to create a version of CLM
that:
$CLEAN_HOME
, this in turn allows packaging Clean for traditional Unix distributions.clm
.This version will not:
cocl
.clm
.clm
.Go to your project directory and do: cllm init
this creates a template cllm.toml
file. Edit this file to your
liking. Calling cllm build
will subsequently build the project.
Run cargo install cllm