gdbots / schemas
Schemas for common Gdbots apps and components.
Installs: 26 863
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 1
Open Issues: 0
Type:pbj-schema-store
Requires
- php: >=8.1
- gdbots/pbj: ^4.0
Requires (Dev)
- gdbots/pbjc: v1.x-dev
- phpunit/phpunit: ^9.5
- symfony/yaml: ^4.4
- dev-master
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.1.1
- v2.1.0
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.x-dev
- v1.6.7
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.13
- v1.5.12
- v1.5.11
- v1.5.10
- v1.5.9
- v1.5.8
- v1.5.7
- v1.5.6
- v1.5.5
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-11-03 17:26:23 UTC
README
Schemas for common gdbots services. Browse the json schemas.
Installation
- Git clone the project to your computer:
$ git clone git@github.com:gdbots/schemas.git
- Open terminal and
cd
to the root directory of this project (where you git cloned it to). - Run
nvm use
- Run
npm install
- Run
composer install
- Work indefinitely ಠ_ಠ.
Writing Code
Using your IDE you can make changes to XML configs.
You will then need to compile the new configs to JS/PHP.
- Run
composer pbjc