Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T00:35:53.000Z (3 months ago)
- Last Synced: 2024-08-21T01:56:28.623Z (3 months ago)
- Topics: girin, graphql, graphql-schema, typescript
- Language: TypeScript
- Homepage:
- Size: 2.14 MB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Girin 🦒
[![npm version](https://badge.fury.io/js/girin.svg)](https://badge.fury.io/js/girin)
[![Build Status](https://travis-ci.org/hanpama/girin.svg?branch=master)](https://travis-ci.org/hanpama/girin)
[![codecov](https://codecov.io/gh/hanpama/girin/branch/master/graph/badge.svg)](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
```