Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```