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

https://github.com/milesj/shapeshifter

🐺 Generate relational schemas, PropTypes, Flow aliases, and TypeScript interfaces from JSON or GraphQL schematic files.
https://github.com/milesj/shapeshifter

ecmascript entity flowtype graphql react react-prop-types schema schematic shape shapeshifter typescript

Last synced: about 13 hours ago
JSON representation

🐺 Generate relational schemas, PropTypes, Flow aliases, and TypeScript interfaces from JSON or GraphQL schematic files.

Awesome Lists containing this project

README

          

# Shapeshifter (DEPRECATED)

> This project is no longer being maintained!

[![Build Status](https://github.com/milesj/shapeshifter/workflows/Build/badge.svg)](https://github.com/milesj/shapeshifter/actions?query=branch%3Amaster)
[![npm version](https://badge.fury.io/js/shapeshifter.svg)](https://www.npmjs.com/package/shapeshifter)
[![npm deps](https://david-dm.org/milesj/shapeshifter.svg?path=packages/core)](https://www.npmjs.com/package/shapeshifter)

Shapeshifter is a command line tool for generating ECMAScript (ES) compatible files that export
PropTypes, Flow aliases, and TypeScript interfaces, as well as relation schema classes from JS,
JSON, GraphQL, or YAML schematic files. Schematics can represent database tables, API endpoints,
data structures, resources, internal shapes, and more.

## Requirements

- Node 10.10+
- PropTypes 15+ / Flow 0.60+ / TypeScript 2.4+
- IE 11+

## Documentation

[https://github.com/milesj/shapeshifter/tree/master/docs](https://github.com/milesj/shapeshifter/tree/master/docs)