pi-tool-discipline 0.1.0 → 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 +4 -0
  2. package/package.json +13 -2
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # pi-tool-discipline
2
2
 
3
+ <p align="center">
4
+ <img src="assets/banner.png" alt="pi-tool-discipline" width="600">
5
+ </p>
6
+
3
7
  pi extension that enforces a **search-tools-first discipline** and removes the
4
8
  conflicting "use bash for file operations" guidance pi injects by default.
5
9
 
package/package.json CHANGED
@@ -1,9 +1,17 @@
1
1
  {
2
2
  "name": "pi-tool-discipline",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "pi extension: enforce ffgrep/fffind-first search discipline and neutralize the default bash file-operation guideline",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/jiangkoumo/pi-tool-discipline.git"
10
+ },
11
+ "homepage": "https://github.com/jiangkoumo/pi-tool-discipline",
12
+ "bugs": {
13
+ "url": "https://github.com/jiangkoumo/pi-tool-discipline/issues"
14
+ },
7
15
  "keywords": [
8
16
  "pi",
9
17
  "pi-package",
@@ -15,7 +23,10 @@
15
23
  "discipline"
16
24
  ],
17
25
  "pi": {
18
- "extensions": ["./extensions/index.ts"]
26
+ "extensions": [
27
+ "./extensions/index.ts"
28
+ ],
29
+ "image": "https://raw.githubusercontent.com/jiangkoumo/pi-tool-discipline/master/assets/banner.png"
19
30
  },
20
31
  "files": [
21
32
  "extensions",