-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I would like to propose an enhancement to HtmlGo that would allow it to generate libraries, in addition to applications. Currently, HtmlGo is primarily focused on developing .html files as standalone applications. However, there is a need to extend its capabilities to enable the creation of reusable libraries.
By adding library generation functionality to HtmlGo, developers would be able to create modular and reusable components that can be imported and used across multiple projects. This would enhance code reusability, reduce duplication, and promote efficient development practices.
The ability to import libraries would greatly expand the scope of HtmlGo's applications, enabling developers to leverage pre-built functionalities, modules, and components, speeding up development time and fostering code sharing within the HtmlGo community.
I believe that implementing library generation and import support in HtmlGo would be a valuable addition, opening up new possibilities for collaboration and code sharing among HtmlGo developers.