@kainoa/simplybuild 0.1.1 → 0.1.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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,7 @@ Then run:
18
18
 
19
19
  ```bash
20
20
  simplybuild --help
21
+ sb --help
21
22
  ```
22
23
 
23
24
  `sb` is the short alias and works for all the same commands as `simplybuild`.
@@ -59,3 +60,5 @@ Run from source:
59
60
  ```bash
60
61
  node dist/cli.js --help
61
62
  ```
63
+
64
+ Contributions are welcome. Anyone is free to open a PR on GitHub: https://github.com/notkainoa/SimplyBuild
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kainoa/simplybuild",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Smart iOS build and deploy CLI wrapper for xcodebuildmcp",
5
5
  "type": "module",
6
6
  "bin": {