[+] package.json for npx script

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-30 12:19:28 -04:00
parent 4e9455d2d6
commit 6417752e23
2 changed files with 27 additions and 0 deletions

View file

@ -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)

25
package.json Normal file
View file

@ -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"
}