Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jozsefsallai/discord-minesweeper-generator
Generate Minesweeper fields to use in Discord messages.
https://github.com/jozsefsallai/discord-minesweeper-generator
discord generator javascript minesweeeper
Last synced: 2 days ago
JSON representation
Generate Minesweeper fields to use in Discord messages.
- Host: GitHub
- URL: https://github.com/jozsefsallai/discord-minesweeper-generator
- Owner: jozsefsallai
- License: mit
- Created: 2019-02-10T13:17:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T14:29:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:31:10.829Z (7 months ago)
- Topics: discord, generator, javascript, minesweeeper
- Language: JavaScript
- Homepage: https://jozsefsallai.github.io/discord-minesweeper-generator/
- Size: 563 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 💥 Discord Minesweeper Generator
![Banner](images/banner.png)
Generate Minesweeper fields using Discord's spoiler tags and send them to your friends or community on Discord. A project powered by the [discord.js-minesweeper](https://npmjs.com/discord.js-minesweeper) library.
## Contribution
Node.js is required for building the Sass and JavaScript files.
Clone the repository:
```sh
git clone [email protected]:jozsefsallai/discord-minesweeper-generator
cd discord-minesweeper-generator
```Install the dependencies:
```sh
npm i -g yarn
yarn
```Create a new branch for your contribution:
```sh
git checkout -b my-nifty-contribution
```Make your modifications and build:
```
yarn build
```Using `yarn watch` instead of `yarn build` is recommended for bigger modifications.
`yarn build:prod` will create a production version of the bundle.
Congratulations! Now you are ready to create a pull request! I'll make sure to review it, create a final build, and merge it as soon as possible.
## License
MIT.