Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.39 KB

File metadata and controls

39 lines (27 loc) · 1.39 KB

Notes

PHP-Tests


  • Feature: Add value processing to --cl option, e.g. --cl=0.2.0..0.2.4 will mean git-chglog -o CHANGELOG.md 0.2.0..0.2.4

Moomba

  • Feature: -l | --license option to pick license
  • Feature: Add option to compare project files in the current dir with template <name> files, e.g. --compare-with[=default]
  • Feature: Dir control: allow creating packages only in specified directories

  • Feature: --no-git option to disable creating git repo
  • Feature: initialize git repository, make first commit init if user.email and user.name are set
  • Feature: During package creation make .env file with USER_ID and CROUP_ID vars for docker-compose files

Common

  • Write tests? 🤦‍
    • started 🎈

  • Feature: Enhanced notification message Operation completed
  • Feature: Add option --notify to enable notification message
  • Feature: Add installed tools check during install