Skip to content

ElPsyKoongroo/java_authors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java_authors

java_authors is a tool written in Rust for adding the @author tag to all your .java files.

/**
*
* @author <Your name here>
*/



It will add the previous comment if @author tag is not found in the file. If it is found it will replace the author with the specified.

USE

./java_authors -a <Author> -p <Project dir>

Default project dir: "."

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages