blob: f16ad9dc269ebb221d1c35b1319dc9c98801adf2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<h1 align="center">Chorus</h1>
<p align="center">Cargo for COBOL</p>
[](https://crates.io/crates/chorus)
[](https://github.com/Fuwn/chorus/actions/workflows/check.yaml)
Chorus is a Cargo-like utility for building and distributing COBOL packages.
Chorus is under heavy development and functions, kinda. It is nowhere near
finished, but few features work.
## Installation
```shell
$ cargo install --force --git https://github.com/Fuwn/chorus
```
## Usage
### Creating a new Chorus package
```shell
$ chorus new your_project_name
```
### Building a Chorus package
```shell
$ chorus build --path your_project_name
```
## License
This project is licensed with the
[GNU General Public License v3.0
](https://github.com/Fuwn/rust-crate-template/blob/main/LICENSE).
|