Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilolutz/game-icons-tool
Tool for generate icons fonts and other from https://game-icons.net
https://github.com/danilolutz/game-icons-tool
Last synced: about 1 month ago
JSON representation
Tool for generate icons fonts and other from https://game-icons.net
- Host: GitHub
- URL: https://github.com/danilolutz/game-icons-tool
- Owner: danilolutz
- License: mit
- Created: 2024-12-07T03:15:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T12:32:02.000Z (about 2 months ago)
- Last Synced: 2024-12-09T12:36:53.377Z (about 2 months ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game Icons Tool
A CLI tool to create icons svg, css and others like dart icons class from [https://game-icons.net](https://game-icons.net).
## Available commands
Check all commands added until now on the table bellow:
| Command | Parameters | Description |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| download | **output**: path to put files in. | To download the icons from https://game-icons.net. |
| font | **source**: path to get files from.
**output**: path to put files in. | To generate ttf font getting data from source. |
| generate | **language**: language to generate code for.
**source**: path to get files from.
**output**: path to put files in. | To generate code files. |
| list | no parameters. | List all commands. |
| web | **source**: path to get files from.
**output**: path to put files in. | To generate web css and svg. |### Usage flow
This section shows to you an usage flow, typically you always need to download files first:
```bash
gameicons download workspace/downloads
```And now we can use and of the other commands to generate whatever we want:
```bash
gameicons generate dart workspace/downloads workspace/code
```So simple, hein!?
## Installation
```bash
yarn global add game-icons-tool # or npm install --global game-icons-tool
```Thanks for use! And don't forget to credit [https://game-icons.net](https://game-icons.net) for the icons.
---
Made with :heart: by [Danilo Lutz](https://github.com/danilolutz).