Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celtian/dbmaster-cli
Tool for converting tables between Fifa Soccer Games
https://github.com/celtian/dbmaster-cli
cli library typescript
Last synced: about 10 hours ago
JSON representation
Tool for converting tables between Fifa Soccer Games
- Host: GitHub
- URL: https://github.com/celtian/dbmaster-cli
- Owner: Celtian
- License: mit
- Created: 2020-11-07T14:44:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T20:13:37.000Z (11 months ago)
- Last Synced: 2024-11-12T19:47:49.615Z (4 days ago)
- Topics: cli, library, typescript
- Language: TypeScript
- Homepage:
- Size: 41.8 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
DB Master Cli
[![npm version](https://badge.fury.io/js/dbmaster-cli.svg)](https://badge.fury.io/js/dbmaster-cli)
[![Build & Publish](https://github.com/celtian/dbmaster-cli/workflows/Build%20&%20Publish/badge.svg)](https://github.com/celtian/dbmaster-cli/actions)
[![volkswagen status](https://auchenberg.github.io/volkswagen/volkswargen_ci.svg?v=1)](https://github.com/auchenberg/volkswagen)> Tool for converting tables between Fifa Soccer Games
## Install
_Nodejs 12 or higher need to be installed first_
```terminal
npm install -g dbmaster-cli
```or
```terminal
yarn add -g dbmaster-cli
```## Quick start
_Go to command line and type_
```terminal
dbmaster --help
```## Wiki
Please check wiki [here](https://github.com/Celtian/dbmaster-cli/wiki).
## Supported versions of Fifa Soccer
| Fifa | Supported |
| ----------- | --------- |
| **Fifa 11** | ✓ |
| **Fifa 12** | ✓ |
| **Fifa 13** | ✓ |
| **Fifa 14** | ✓ |
| **Fifa 15** | ✓ |
| **Fifa 16** | ✓ |
| **Fifa 17** | ✓ |
| **Fifa 18** | ✓ |
| **Fifa 19** | ✓ |
| **Fifa 20** | ✓ |
| **Fifa 21** | ✓ |## Supported tables
| Table | Supported |
| ---------------------- | --------- |
| **competition** | ✓ |
| **dcplayernames** | ✓ |
| **formations** | ✓ |
| **leaguerefereelinks** | ✓ |
| **leagues** | ✓ |
| **leagueteamlinks** | ✓ |
| **manager** | ✓ |
| **nations** | ✓ |
| **playerboots** | ✓ |
| **player_grudgelove** | ✓ |
| **playerloans** | ✓ |
| **playernames** | ✓ |
| **players** | ✓ |
| **previousteam** | ✓ |
| **referee** | ✓ |
| **rivals** | ✓ |
| **rowteamnationlinks** | ✓ |
| **shoecolors** | ✓ |
| **stadiums** | ✓ |
| **teamballs** | ✓ |
| **teamkits** | ✓ |
| **teamnationlinks** | ✓ |
| **teamplayerlinks** | ✓ |
| **teams** | ✓ |
| **teamstadiumlinks** | ✓ |## License
Copyright © 2020 - 2022 [Dominik Hladik](https://github.com/Celtian)
All contents are licensed under the [MIT license].
[mit license]: LICENSE