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

Revali #

Revali is a powerful code generator specifically designed for the Dart programming language. It leverages annotations within your classes, methods, and method parameters to create an API, allowing developers to focus on writing clean, maintainable code while it handles the boilerplate.

Revali analyzes your Dart classes, methods, and annotations to generate code provided by "constructs". These constructs are standalone dart packages that are imported into your project, picked up by Revali, and used to generate code.

Example #

@Controller('hello')
class HelloController {
  const HelloController();

  @Get()
  String hello() {
    return 'Hello, World!';
  }
}

Documentation #

Check out the documentation for more information on how to use Revali.

2
likes
0
points
75
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