blob: 50d38ef18376134524744fab44a550f324900afb (
plain)
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
38
|
<p align="center">
<a href="https://github.com/JustEnoughVCS/VersionControl">
<img alt="JustEnoughVCS" src="resources/images/Yizi_Icon.png" width="20%">
</a>
</p>
<h1 align="center">JVCS CommandLine</h1>
<p align="center">
CLI of <a href="https://github.com/JustEnoughVCS/VersionControl">JustEnoughVCS</a>
</p>
<p align="center">
<img src="https://img.shields.io/github/stars/JustEnoughVCS/CommandLine?style=for-the-badge">
<img src="https://img.shields.io/badge/Status-Development%20in%20Progress-yellow?style=for-the-badge">
<img src="https://img.shields.io/badge/Release-Not%20Available-lightgrey?style=for-the-badge">
</p>
> [!WARNING]
> The command line and the core repository are currently under refactoring.
> Please go to the `main` branch to get the stable version.
>
> Note: The new command line `jvn` and `jv` / `jvv` are **completely incompatible**.
> They run on **entirely different** core implementations.
# Intro
`JVCS CLI` provides the command-line tool `jvn`, which binds all the functionalities of the core library:
- Local workspace management
- Upstream vault management
- Raw data editing
# Deploy
> [!WARNING]
> Currently in the refactoring phase, please refer to the `Deployment` section in the [Contribution Guide](./CONTRIBUTING.md).
# License
Consistent with the [core library](https://github.com/JustEnoughVCS/CommandLine),
this repository adopts the dual license of [MIT](./LICENSE-MIT) and [APACHE](./LICENSE-APACHE).
|