Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.13 KB

readme.md

File metadata and controls

30 lines (21 loc) · 1.13 KB

Mantra

Shell script initializing new Java project.

Mantra functionalities:
  • initialize project folder with standard maven folder structure
  • create main java class with psvm and javadoc (already included in pom.xml!)
  • initialize git repository with precommit hook
  • initial commit on branch master and development
  • pom.xml with basic plugins, dependancies and custom coordinates
  • fully-functional .gitignore file
  • .mailmap with author's mail
  • estimates with today's date, project description and basic tasks
How to run this script:
  1. Clone this repo to the desired location:
    git clone https://github.com/michalakadam/Mantra.git
  2. Enter directory with the script:
    cd Mantra
  3. Run the script:
    ./mantra.sh
  4. Follow instructions in the terminal.
You can customize Mantra to suit your needs!

Just open mantra.sh in your favourite terminal and edit DEFAULT VALUES section.
Add your own name, mail and repo url.

Do you have any problems running this program? Do you see any way this project can be improved?
Please write an email to [email protected]