From 17e7b28f162b3ed75683948144237ee17f81f7a5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 18:33:20 +0800 Subject: Add converter module and update documentation --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 40697ab..50d38ef 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,24 @@

+ +> [!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). -- cgit