revali 1.3.1 copy "revali: ^1.3.1" to clipboard
revali: ^1.3.1 copied to clipboard

Revali is a build system for creating scalable and efficient APIs with Dart

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate revali

Use it

The package has the following executables:

$ revali

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add revali

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

dependencies:
  revali: ^1.3.1

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:revali/revali.dart';
4
likes
0
points
274
downloads

Publisher

verified publisherrevali.dev

Weekly Downloads

Revali is a build system for creating scalable and efficient APIs with Dart

Repository (GitHub)
View/report issues

Topics

#revali #api #backend #server #code-generation

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

analyzer, args, async, code_builder, collection, dart_style, equatable, file, json_annotation, mason_logger, path, revali_annotations, revali_construct, revali_core, stack_trace, stream_transform, watcher, yaml

More

Packages that depend on revali