Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.25 KB

The Backbone Dart Backend Framework

A Dart framework for writing REST APIs from an Open API spec.

Package Pub
backbone pub package
backbone_cli pub package

Quick Start

# Activate from pub.dev
dart pub global activate backbone_cli
# Download example API spec
curl https://raw.githubusercontent.com/mtwichel/backbone/main/example/openapi.yaml --output openapi.yaml
# Generate the API
backbone generate --new

You can read the full documentation here