Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacob-meacham/package-info-adder
- Owner: jacob-meacham
- License: mit
- Created: 2014-11-02T00:07:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T04:20:40.000Z (about 10 years ago)
- Last Synced: 2024-04-14T23:59:49.526Z (7 months ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_packagepositional arguments:
directory
parent_packageoptional 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