Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v5.0.0 #24

Merged
merged 2 commits into from
Mar 25, 2024
Merged

Release/v5.0.0 #24

merged 2 commits into from
Mar 25, 2024

Conversation

alexandre-pod
Copy link
Member

[5.0.0]

This release is an entire rewrite of the templating system, allowing customization of template and settings.

Added

  • New templating system that allows definition of custom templates per project
  • A template can now declare multiple CLI arguments and flags
  • Generated files can be added to multiple targets
  • The base_path group and target can be configured independently for each generated file if needed.
  • Add validation that each variable used in a mustache file is provided by the template. The default provided variables are: filename, lowercase_filename, project_name, full_username and date
  • List of known templates is available using ccios --help

Changed

  • Default templates has been migrated to the new format
  • Configuration file (.ccios) format has been changed
  • Command line invocation has changed:
    • ccios -p Example [-d] is now ccios presenter Example [-d]
    • ccios -c Example [-d] is now ccios coordinator Example [-d]
    • ccios -i Example [-d] is now ccios interactor Example
    • ccios -r Example [-d] is now ccios repository Example
  • Some default provided mustache variables have been renamed:
    • name is now filename
    • lowercased_name is now lowercased_filename

@Nooba Nooba merged commit 6d9fc55 into master Mar 25, 2024
2 checks passed
@Nooba Nooba deleted the release/v5.0.0 branch March 25, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants