@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.
- package/README.md +3 -0
- 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
|