Sfoglia il codice sorgente

[+] package.json for npx script

Azalea (on HyDEV-Daisy) 2 anni fa
parent
commit
6417752e23
2 ha cambiato i file con 27 aggiunte e 0 eliminazioni
  1. 2 0
      README.md
  2. 25 0
      package.json

+ 2 - 0
README.md

@@ -8,6 +8,8 @@ neofetch with pride flags <3
 
 
 This repo also serves as an updated version of `neofetch` since the [original repo](https://github.com/dylanaraps/neofetch) doesn't seem to be maintained anymore (as of Jul 30, 2022, the original repo hasn't merged a pull request for 6 months). If you only want to use the updated neofetch without pride flags, you can install the python package and use `neowofetch` xD.
 This repo also serves as an updated version of `neofetch` since the [original repo](https://github.com/dylanaraps/neofetch) doesn't seem to be maintained anymore (as of Jul 30, 2022, the original repo hasn't merged a pull request for 6 months). If you only want to use the updated neofetch without pride flags, you can install the python package and use `neowofetch` xD.
 
 
+If you installed `npm`, you can also run original neofetch using `npx neowofetch`
+
 ## Installation
 ## Installation
 
 
 ### Method 1: Install using Python pip (Recommended)
 ### Method 1: Install using Python pip (Recommended)

+ 25 - 0
package.json

@@ -0,0 +1,25 @@
+{
+  "name": "neowofetch",
+  "version": "1.0.1",
+  "description": "Updated neofetch",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/hykilpikonna/neofetch.git"
+  },
+  "bin": {
+    "neowofetch": "neofetch"
+  },
+  "keywords": [
+    "neofetch",
+    "screenfetch"
+  ],
+  "author": "dylanaraps",
+  "contributors": [
+    "Azalea Gui <me@hydev.org> (https://github.com/hykilpikonna)"
+  ],
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/hykilpikonna/neofetch/issues"
+  },
+  "homepage": "https://github.com/hykilpikonna/neofetch#readme"
+}