@brainervirus/workit-cli 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# @brainervirus/workit-cli
|
|
2
|
+
|
|
3
|
+
The workit CLI — an interactive wizard that configures workit for OpenCode and/or Cursor.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm i -g @brainervirus/workit-cli
|
|
9
|
+
# or run without installing:
|
|
10
|
+
npx @brainervirus/workit-cli init
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Usage
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
workit init
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Guides you through: platform selection (OpenCode/Cursor), global config (locale, timezone, branch policy), YouTrack, VCS, workspaces (path globs → provider), and project hygiene files.
|
|
20
|
+
|
|
21
|
+
## Docs
|
|
22
|
+
|
|
23
|
+
Full usage: https://github.com/BrainerVirus/workit#readme
|