Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```