mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
docs: Update Code of Conduction, Contributing and templates (#145)
* feat: Add Code of Conduct this Code of Conduct will be Enforced on the TCGdex's Github and on the TCGdex's Discord * Update Issue templates Signed-off-by: Avior <github@avior.me> * Updated Documents Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -6,7 +6,7 @@ this folder contains data that allow to build and quickly edit the database
|
||||
|
||||
simple file that contains an easy way to edit multiple entries of the database
|
||||
|
||||
run it from the root folder of the project
|
||||
run it from the root folder of the project with jscodeshift added using `npm i jscodeshift`
|
||||
|
||||
```bash
|
||||
npx jscodeshift -t ./meta/codeshift.ts --extensions=ts --parser=ts ./data/Serie/Set --print --dry
|
||||
@ -16,6 +16,10 @@ npx jscodeshift -t ./meta/codeshift.ts --extensions=ts --parser=ts ./data/Serie/
|
||||
|
||||
Contains the differents standards of API/Data definition for the built database
|
||||
|
||||
- `openapi.yaml`: Open API definition
|
||||
- `graphql.gql`: GraphQL definitions
|
||||
- `api.d.ts`: API definition for the SDKs
|
||||
|
||||
## Translations
|
||||
|
||||
Contains the different translations used by the Compiler that allow to build it in multiple languages
|
||||
|
Reference in New Issue
Block a user