https://github.com/hanpama/girin-ts
Define GraphQL types linked to classes.
https://github.com/hanpama/girin-ts
girin graphql graphql-schema typescript
Last synced: 10 months ago
JSON representation
Define GraphQL types linked to classes.
- Host: GitHub
- URL: https://github.com/hanpama/girin-ts
- Owner: hanpama
- License: mit
- Created: 2018-01-31T11:22:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T00:35:53.000Z (almost 2 years ago)
- Last Synced: 2025-07-11T15:49:00.579Z (11 months ago)
- Topics: girin, graphql, graphql-schema, typescript
- Language: TypeScript
- Homepage:
- Size: 2.14 MB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Girin 🦒
[](https://badge.fury.io/js/girin)
[](https://travis-ci.org/hanpama/girin)
[](https://codecov.io/gh/hanpama/girin)
## Development
### Initialization
```sh
# 1. clone the repository
git clone https://github.com/hanpama/girin
# 2. cd into it
cd girin
# 3. install dependency and link packages
npm run bootstrap
# 4. run typescript compiler server
npm run watch
```
### Testing and Debugging
```
npm test
```