Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewtran1995/genshin-party
CLI with utilities for multiplayer fun in Genshin
https://github.com/andrewtran1995/genshin-party
genshin-impact nodejs npm
Last synced: about 2 months ago
JSON representation
CLI with utilities for multiplayer fun in Genshin
- Host: GitHub
- URL: https://github.com/andrewtran1995/genshin-party
- Owner: andrewtran1995
- Created: 2024-02-20T08:39:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:19:23.000Z (9 months ago)
- Last Synced: 2024-04-08T10:35:13.136Z (9 months ago)
- Topics: genshin-impact, nodejs, npm
- Language: TypeScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genshin-party
[![NPM](https://img.shields.io/npm/v/genshin-party?style=flat-square)](https://www.npmjs.com/package/genshin-party)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/andrewtran1995/genshin-party/node.js.yml?style=flat-square)](https://github.com/andrewtran1995/genshin-party/actions)
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat-square&logo=typescript&logoColor=white)
![Node](https://img.shields.io/badge/Node%20js-339933?style=flat-square&logo=nodedotjs&logoColor=white)
[![XO code style](https://shields.io/badge/code_style-5ed9c7?style=flat-square&logo=xo&labelColor=gray)](https://github.com/xojs/xo)
[![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=flat-square&logo=githubactions&logoColor=white)](https://github.com/andrewtran1995/genshin-party/actions)Command line utility for randomly selecting team comps and other options for multiplayer fun!
* Generate a random team composition balanced around how built the characters are.
* Select a random character.
* Select a random weekly boss.## Usage
Invoke `genshin-party` directly using `npx`.```shell
npx genshin-party --help
```## Contributing
Install dependencies:
```shell
yarn install
```Run tests:
```shell
yarn test
```Prepare files for `npm publish`:
```shell
yarn build
```