Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t4y3/mceg
MGO Clan Emblem Generator
https://github.com/t4y3/mceg
canvas dnd k-means parcel
Last synced: about 23 hours ago
JSON representation
MGO Clan Emblem Generator
- Host: GitHub
- URL: https://github.com/t4y3/mceg
- Owner: t4y3
- License: mit
- Created: 2017-12-14T14:59:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:42:22.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T23:06:04.088Z (over 1 year ago)
- Topics: canvas, dnd, k-means, parcel
- Language: JavaScript
- Homepage: https://t4y3.github.io/mceg/
- Size: 4.08 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MGO Clan Emblem Generator
[![Version](https://img.shields.io/badge/dynamic/json.svg?label=version&colorB=5f9ea0&query=$.version&uri=https:%2F%2Fraw.githubusercontent.com%2Ft4y3%2Fmceg%2Fmaster%2Fpackage.json&prefix=v)](Version)
Helps create MGO 2 clan emblems with reduced color images.
## Development
#### Installing
```sh
# Install npm packages
npm i
```### Running
```sh
npm run start
```## Deployment
```sh
# Build
npm run build# Version Up
npm version major|minor|patch# Update master branch
git push origin master# Push git tags
git push origin --tags
```