From 6417752e23dbd61273fc969fc7e45655e86755ed Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sat, 30 Jul 2022 12:19:28 -0400 Subject: [PATCH] [+] package.json for npx script --- README.md | 2 ++ package.json | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 package.json diff --git a/README.md b/README.md index 92176ab9..2fc6a073 100644 --- a/README.md +++ b/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. +If you installed `npm`, you can also run original neofetch using `npx neowofetch` + ## Installation ### Method 1: Install using Python pip (Recommended) diff --git a/package.json b/package.json new file mode 100644 index 00000000..f6e25c96 --- /dev/null +++ b/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 (https://github.com/hykilpikonna)" + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/hykilpikonna/neofetch/issues" + }, + "homepage": "https://github.com/hykilpikonna/neofetch#readme" +}