@ship-cli/core 0.1.8 → 0.1.10
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 +11 -1
- package/dist/bin.js +2424 -30
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -45,9 +45,19 @@ ship task done BRI-123
|
|
|
45
45
|
## Requirements
|
|
46
46
|
|
|
47
47
|
- Node.js 20, 22, or 24 (LTS versions)
|
|
48
|
-
- [Linear](https://linear.app) account
|
|
48
|
+
- [Linear](https://linear.app) or [Notion](https://notion.so) account
|
|
49
49
|
- [jj](https://martinvonz.github.io/jj) (for VCS features)
|
|
50
50
|
|
|
51
|
+
## Task Providers
|
|
52
|
+
|
|
53
|
+
Ship supports Linear (default) and Notion as task backends. To use Notion:
|
|
54
|
+
|
|
55
|
+
```sh
|
|
56
|
+
ship init # Select "Notion" when prompted
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
See [Notion Setup Guide](docs/NOTION.md) for detailed configuration.
|
|
60
|
+
|
|
51
61
|
## Commands
|
|
52
62
|
|
|
53
63
|
### Task Management
|