backbone 0.0.1-dev.6 copy "backbone: ^0.0.1-dev.6" to clipboard
backbone: ^0.0.1-dev.6 copied to clipboard

outdated

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

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate backbone

Use it

The package has the following executables:

$ backbone

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add backbone

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  backbone: ^0.0.1-dev.6

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:backbone/backbone.dart';
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, collection, equatable, http_parser, json_annotation, mason, open_api_forked, process_run, recase, shelf, shelf_router, stack_trace, yaml

More

Packages that depend on backbone