Here is a summary of my contributions during Hacktoberfest 2024:
-
Add
--init-templatesand--start-themeFlags to Marmite- Details: Introduced new flags to help users easily set up project templates and themes.
- PR Link: Add --init-templates and --start-theme Flags #86
-
Add
--watchFlag for Monitoring Input Folder Changes in Marmite- Details: Implemented a
--watchflag for directory monitoring and automatic site rebuilds, addressing Rust’s ownership challenges with thread-safe monitoring. - PR Link: Add Watch Feature to Monitor Input Folder for Changes #60
- Details: Implemented a
-
Implement
extendMethod forFactoryVecDequein Relm4- Details: Added an
extendmethod to enhance the usability and performance of adding multiple components in a single call. - PR Link: Implement extend method to add multiple components #685
- Details: Added an
-
Add
--waitFlag todoctl databases migrateCommand- Details: Enhanced the
doctlCLI by adding a--waitflag to streamline the migration process and automate polling until completion. - PR Link: Add --wait Flag to doctl databases migrate Command #1591
- Details: Enhanced the