@polka-codes/cli 0.4.1 → 0.4.2

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.
Files changed (3) hide show
  1. package/README.md +18 -2
  2. package/dist/index.js +20955 -20754
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -28,10 +28,26 @@ npx @polka-codes/cli
28
28
  polka
29
29
 
30
30
  # Run specific task
31
- polka task "improve readme"
31
+ polka-codes task "improve readme"
32
32
 
33
33
  # Create config file
34
- polka config
34
+ polka-codes config
35
+
36
+ # Generate commit message
37
+ polka-codes commit
38
+ ```
39
+
40
+ ### Commit Command
41
+
42
+ The `commit` subcommand helps generate meaningful commit messages based on your staged changes:
43
+
44
+ ```bash
45
+ # Generate commit message for staged changes
46
+ polka-codes commit
47
+
48
+ # Generate commit message with specific context
49
+ polka-codes commit "closes issue #123"
50
+
35
51
  ```
36
52
 
37
53
  ### Configuration