Skip to content

Commit

Permalink
🎨 style(README.md): remove background images and update cover image
Browse files Browse the repository at this point in the history
🚚 chore(README.md): update homepage link
πŸ“ docs(package.json): update package description and add packageManager field
The background images were removed from the README.md file and the cover image was updated to a new one. The homepage link was updated to a new URL. The package description was updated to "Always right package manager" to better reflect the purpose of the package. The packageManager field was added to the package.json file to specify the version of pnpm used.
  • Loading branch information
nyxb committed May 12, 2023
1 parent 2169a88 commit 9fe61c8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 21 deletions.
Binary file removed .github/assets/background_dark.png
Binary file not shown.
Binary file removed .github/assets/background_light.png
Binary file not shown.
36 changes: 21 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
<p align="center">
<img src="https://raw.githubusercontent.com/nyxb/nyxi/main/.github/assets/background_light.png#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/nyxb/nyxi/main/.github/assets/background_dark.png#gh-dark-mode-only">
</p>

---
[![cover][cover-src]][cover-href]
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]

# Nyxi
# πŸŒ™ Nyxi

<p>
<a href="https://www.npmjs.com/package/@nyxb/nyxi"><img src="https://img.shields.io/npm/v/@nyxb/nyxi.svg?style=flat&colorA=18181B&colorB=14F195" alt="Version"></a>
<a href="https://www.paka.dev/npm/@nyxb/nyxi"><img src="https://www.paka.dev/badges/v0/cute.svg" alt="Docs"></a>
<a href="https://www.npmjs.com/package/@nyxb/nyxi"><img src="https://img.shields.io/npm/dm/@nyxb/nyxi.svg?style=flat&colorA=18181B&colorB=14F195" alt="Downloads"></a>
<a href="https://github.com/nyxb/nyxi/blob/main/LICENSE"><img src="https://img.shields.io/github/license/nyxb/nyxi.svg?style=flat&colorA=18181B&colorB=14F195" alt="License"></a>
</p>
> πŸ“¦ Always right package manager
<table>
<thead>
Expand Down Expand Up @@ -92,6 +85,19 @@
<a href="https://chat.nyxb.yxz"><img width="20px" src="https://raw.githubusercontent.com/nyxb/tyck/main/.github/assets/discord.svg" alt="Discord"></a>&nbsp;&nbsp;<a href="https://twitter.nyxb.yxz"><img width="20px" src="https://raw.githubusercontent.com/nyxb/tyck/main/.github/assets/twitter.svg" alt="Twitter"></a>&nbsp;&nbsp;<a href="https://github.nyxb.yxz"><img width="20px" src="https://raw.githubusercontent.com/nyxb/tyck/main/.github/assets/github-mark.svg" alt="GitHub"></a>
</p>

## License
## πŸ“œ License

[MIT](./LICENSE) - Made with πŸ’ž

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/@nyxb/nyxi?style=flat&colorA=18181B&colorB=14F195
[npm-version-href]: https://npmjs.com/package/@nyxb/nyxi
[npm-downloads-src]: https://img.shields.io/npm/dm/@nyxb/nyxi?style=flat&colorA=18181B&colorB=14F195
[npm-downloads-href]: https://npmjs.com/package/nyxi
[license-src]: https://img.shields.io/github/license/nyxb/nyxi.svg?style=flat&colorA=18181B&colorB=14F195
[license-href]: https://github.com/nyxb/nyxi/blob/main/LICENSE

[MIT](./LICENSE)
<!-- Cover -->
[cover-src]: https://raw.githubusercontent.com/nyxblabs/nyxi/main/.github/assets/cover-github-nyxi.png
[cover-href]: https://πŸ’»nyxb.ws
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@nyxb/nyxi",
"version": "0.0.28",
"packageManager": "[email protected]",
"description": "Use the right package manager",
"description": "πŸ“¦ Always right package manager",
"author": "Dennis Ollhoff <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/nyxb/nyxi#readme",
"homepage": "https://πŸ’»nyxb.ws",
"repository": {
"type": "git",
"url": "git+https://github.com/nyxb/nyxi.git"
Expand Down Expand Up @@ -43,7 +42,7 @@
"nyxr": "esno src/commands/nyxr.ts",
"build": "unbuild",
"stub": "unbuild --stub",
"release": "bumpp && npm publish",
"release": "nyxr test && nyxlx changelogen --release && pnpm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest",
"nyxinit": "esno src/commands/nyxinit.ts"
Expand All @@ -55,7 +54,6 @@
"@types/ini": "^1.3.31",
"@types/node": "^18.15.11",
"@types/which": "^3.0.0",
"bumpp": "^9.0.0",
"chalk": "^5.2.0",
"eslint": "^8.37.0",
"esno": "^0.16.3",
Expand All @@ -81,5 +79,6 @@
},
"dependencies": {
"consolji": "^0.1.1"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 9fe61c8

Please sign in to comment.