contribute-now 0.7.4-dev.dd1705d → 0.7.4-dev.f0e5b1c
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 +4 -3
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,10 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
It natively supports multiple workflow models and commit conventions, with AI-powered assistance throughout.
|
|
9
9
|
|
|
10
|
-
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
11
|
-
[](https://www.npmjs.com/package/contribute-now)
|
|
10
|
+
[](https://www.gnu.org/licenses/gpl-3.0) [](https://www.npmjs.com/package/contribute-now)
|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
## Demo
|
|
13
|
+
|
|
14
|
+

|
|
14
15
|
|
|
15
16
|
## Workflow Modes
|
|
16
17
|
|
package/dist/cli.js
CHANGED
|
@@ -12937,7 +12937,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
|
|
|
12937
12937
|
// package.json
|
|
12938
12938
|
var package_default = {
|
|
12939
12939
|
name: "contribute-now",
|
|
12940
|
-
version: "0.7.4-dev.
|
|
12940
|
+
version: "0.7.4-dev.f0e5b1c",
|
|
12941
12941
|
description: "Developer CLI that automates git workflows \u2014 branching, syncing, committing, and PRs \u2014 with multi-workflow and commit convention support.",
|
|
12942
12942
|
type: "module",
|
|
12943
12943
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contribute-now",
|
|
3
|
-
"version": "0.7.4-dev.
|
|
3
|
+
"version": "0.7.4-dev.f0e5b1c",
|
|
4
4
|
"description": "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|