backbone_cli 0.0.1-dev.13 copy "backbone_cli: ^0.0.1-dev.13" to clipboard
backbone_cli: ^0.0.1-dev.13 copied to clipboard

outdated

A CLI for generating Dart Backends with Backbone.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate backbone_cli

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_cli

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

dependencies:
  backbone_cli: ^0.0.1-dev.13

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_cli/backbone_cli.dart';
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A CLI for generating Dart Backends with Backbone.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, equatable, json_annotation, mason, open_api_forked, process_run, recase, yaml

More

Packages that depend on backbone_cli