Skip to content

This is a helper bash script to automate new project creation

License

Notifications You must be signed in to change notification settings

ziehlke/makeproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

makeproject

This is a helper bash script to automate new project creation.

Installation:

  1. Download the template
  2. Set template path in the script
  3. Make script executable:
    chmod +x makeproject.sh
  4. copy makeproject.sh to your bin directory
    sudo cp makeproject.sh /usr/bin/

Usage:

Just type 'makeproject' or 'makeproject <project_name>' to create a project.
It will:

  • copy your template (don't forget to set the path in the script!) to the given directory (the template is set to Maven Java8 project).
  • create a new repository (oh! irony @ bitbacket) and push the files with initial commit.
  • open the project in Intellij

About

This is a helper bash script to automate new project creation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published