codeowners 1.0.0 copy "codeowners: ^1.0.0" to clipboard
codeowners: ^1.0.0 copied to clipboard

Generate a CODEOWNERS file for your repository from inline annotations in your code.

codeowners #

Generate a CODEOWNERS file for your repository from inline annotations in your code.

Install #

dart pub add codeowners
dart pub add --dev codeowners_cli

Usage #

Annotate any element with a Codeowners annotation.

import 'package:codeowners/codeowners.dart';

@Codeowners('johndoe', 'walterwhite', 'goku')
class CodeownersExample {}

Then call the cli tool to generate the CODEOWNERS file.

dart run codeowners_cli
0
likes
150
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Generate a CODEOWNERS file for your repository from inline annotations in your code.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on codeowners