squash-only 1.0.3 → 1.0.5

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # squash-only
2
2
 
3
- A bash script to automatically configure all your GitHub repositories to use squash-only merge strategy.
3
+ A hybrid Node.js/bash script to automatically configure all your GitHub repositories to use squash-only merge strategy.
4
+
5
+ ## Quick start
6
+
7
+ ```bash
8
+ npx squash-only
9
+ ```
4
10
 
5
11
  ## What it does
6
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squash-only",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Scripts for making all your repos on GitHub Squash Only!",
5
5
  "bin": {
6
6
  "squash-only": "./bin/squash-only.js"