0.0.7 • Published 2 years ago

graphql-md v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

graphql-md

A CLI tool to generate a GraphQL schema from Markdown files.

How to use

Install

npm install -g graphql-md

Configuration

graphql-md requires configuration file in yaml format. The default file path is ./graphql-md.yml. You can change the file name by passing --configPath option.

Example

# graphql-md.yml
schemaPath: './schema.graphql'
outputPath: './api.md'
title: 'API Reference'
description: 'This is an API reference'

Run

graphql-md
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago