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

outdated

A starting point for Dart libraries or applications.

Checks for copyright headers in each file.

Usage #

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
0
pub points
7%
popularity

Publisher

verified publisherjpryan.me

A starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, path

More

Packages that depend on copywriter