diff --git a/.github/assets/background_dark.png b/.github/assets/background_dark.png deleted file mode 100644 index 1b77eb5..0000000 Binary files a/.github/assets/background_dark.png and /dev/null differ diff --git a/.github/assets/background_light.png b/.github/assets/background_light.png deleted file mode 100644 index 4c13a79..0000000 Binary files a/.github/assets/background_light.png and /dev/null differ diff --git a/README.md b/README.md index 33ae28b..cb1339f 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,11 @@ -

- - -

- ---- +[![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 -

- Version - Docs - Downloads - License -

+> 📦 Always right package manager @@ -92,6 +85,19 @@ Discord  Twitter  GitHub

-## License +## 📜 License + +[MIT](./LICENSE) - Made with 💞 + + + +[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-src]: https://raw.githubusercontent.com/nyxblabs/nyxi/main/.github/assets/cover-github-nyxi.png +[cover-href]: https://💻nyxb.ws diff --git a/package.json b/package.json index e9f1f1e..9b750e0 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { "name": "@nyxb/nyxi", "version": "0.0.28", - "packageManager": "pnpm@8.0.0", - "description": "Use the right package manager", + "description": "📦 Always right package manager", "author": "Dennis Ollhoff ", "license": "MIT", - "homepage": "https://github.com/nyxb/nyxi#readme", + "homepage": "https://💻nyxb.ws", "repository": { "type": "git", "url": "git+https://github.com/nyxb/nyxi.git" @@ -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" @@ -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", @@ -81,5 +79,6 @@ }, "dependencies": { "consolji": "^0.1.1" - } + }, + "packageManager": "pnpm@8.5.0" }