jaguar_orm_cli 0.2.4 copy "jaguar_orm_cli: ^0.2.4" to clipboard
jaguar_orm_cli: ^0.2.4 copied to clipboard

Dart 1 only

CLI and generator for jaguar_orm

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jaguar_orm_cli

Use it

The package has the following executables:

$ orm

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jaguar_orm_cli

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

dependencies:
  jaguar_orm_cli: ^0.2.4

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:jaguar_orm_cli/jaguar_orm_cli.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

CLI and generator for jaguar_orm

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

build, build_runner, intl, jaguar_orm, jaguar_query, source_gen, yaml

More

Packages that depend on jaguar_orm_cli