Skip to content

The first production-ready version

Compare
Choose a tag to compare
@etolstoy etolstoy released this 15 Nov 12:08
· 291 commits to develop since this release

Generamba has grown up since the last release and now is ready for production! πŸŽ‰

New features

  • We are proudly introducing a new template management system. You can install templates from local path, remote git repository or our shared catalog. More information in the project wiki (Issue #5).
  • You can use generamba template create to create a new generamba template prototype (Issue #8).
  • Rambafile now doesn't contain author-specific information, so it can be safely used by all of the current project developers (Issue #1).

Enhancements

  • generamba setup is a bit more user-friendly now - the questions are simplified (Issue #7).
  • Removed the default_templates subdirectory.

Bugfixes

  • Fixed incorrect filepaths of generated files (Issue #3).
  • Fixed files duplication when running generamba gen twice (Issue #20).
  • Fixed generation of absolute filepath during generamba setup (Issue #21).