copywriter 2.0.0 copy "copywriter: ^2.0.0" to clipboard
copywriter: ^2.0.0 copied to clipboard

Checks for copyright headers in each file.

Checks for copyright headers in each Dart file.

CI

Usage #

pub global activate copywriter
copywriter --help
-f, --file         Path to file containing the copyright header
                   (defaults to ".copyright")
-h, --help         Displays this information.
-d, --dry-run      Prints files without a copyright header and exits.
-e, --extension    The file extension to recursively search for in the current 
                   directory. All files with this extension will be checked for a
                   copyright header and written unless --dry-run is set.
                   (defaults to ".dart")

Developing #

clone and activate this package:

pub global activate --source path .
7
likes
140
points
939
downloads

Publisher

verified publisherjpryan.me

Weekly Downloads

Checks for copyright headers in each file.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, mustache_template, path

More

Packages that depend on copywriter