Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacob-meacham/package-info-adder

:heavy_plus_sign: Adds package-info.java files to an existing Java project
https://github.com/jacob-meacham/package-info-adder

Last synced: about 1 month ago
JSON representation

:heavy_plus_sign: Adds package-info.java files to an existing Java project

Awesome Lists containing this project

README

        

package-info-adder
==================

Adds package-info.java files to an existing Java project.

usage: package-info-adder.py [-h] [-f] [-r] [-v] [-t TEMPLATE]
directory parent_package

positional arguments:
directory
parent_package

optional arguments:
-h, --help show this help message and exit
-f, --force Overwrite existing
-r, --recursive Make crawl recursive
-v, --verbose
-t TEMPLATE, --template TEMPLATE
optional template file. use __PACKAGE__ for package
delcaration