boot_generator 0.2.0+2 copy "boot_generator: ^0.2.0+2" to clipboard
boot_generator: ^0.2.0+2 copied to clipboard

Code generators for the Boot framework.

boot_generator #

Code generators for the Boot Framework. Add as a dev dependency.

Generates:

  • $XxxDefinition — bean definitions from @Singleton, @Controller, etc.
  • $XxxRoutes — route registrations from @Get, @Post, etc.
  • $Xxx$Proxy — AOP proxies for @Around methods
  • $configure / $Module — application/library wiring
  • $Serdeable — serialization extensions

Usage #

dev_dependencies:
  boot_generator: ^0.1.0
  build_runner: ^2.4.0
dart run build_runner build
0
likes
120
points
4
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Code generators for the Boot framework.

Repository (GitHub)
View/report issues

Topics

#boot #codegen #build-runner #dependency-injection

License

MIT (license)

Dependencies

analyzer, boot_aop, boot_core, build, glob, source_gen, yaml

More

Packages that depend on boot_generator