0.0.7 • Published 7 months ago

graphql-md v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
7 months 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

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago