Skip to content

Change java project package name easily with CLI tool jpkgchanger!

License

Notifications You must be signed in to change notification settings

intermedia-net/jpkgchanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpkgchanger

Change java project package name easily with CLI tool jpkgchanger!

PyPI Version Build Status Code Coverage

Install

pip install jpkgchanger

Usage

To change package name for java project source code from com.examole to com.another run in the project root directory:

jpkgchanger --current com.example --target com.another

To ignore some folders or files you can use --protected_dirs or --protected_files arguments:

jpkgchanger --current com.example --target com.another \ 
    --protected_dirs .git \ 
    --protected_files .gitignore \
    /

About

Change java project package name easily with CLI tool jpkgchanger!

Resources

License

Stars

Watchers

Forks