#SugarCRM Package Creator
Create a new packge load based on github commits
- Manifest file
- New files and folders
- Zip all the content
##Setup
Select the branch you want in the project folder Get the Commit GUID -> You can use the terminal command
git log
Set all the fields
- Description
- Name
- Published Date
- Version
Your package will be available as a zip file called #{Name}_#{Version}.zip
#TO DO
##Missing parameters
- Key
- Author
- Icon
- Type
- Readme
- acceptable_sugar_versions
- exact_matches
- create a list of commits. Then the user picks the one he wants
- Create Unit Tests
- Improve the validations (Folder, commits..)