You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General "ethos":
- No getters, use catalog configs
- package_name init some_function generates boilerplates for functionalities
- i.e. a fully extensible monorepo
The text was updated successfully, but these errors were encountered:
Suggestions (command-line based control):
package_name init serve
- generates boilerplate and folders for making a fastAPI apppackage_name serve --port/ -p
- runs app with parameterspackage_name init poetry/ pip/ pixi
- initiates poetry.toml/ requirements.txt, prioritising poetrypackage_name init docker dev
initiates dev container boilerplatespackage_name init docker serve
initiates Docker related boilerplate on top of serving scriptsGeneral "ethos":
- No getters, use catalog configs
-
package_name init some_function
generates boilerplates for functionalities- i.e. a fully extensible monorepo
The text was updated successfully, but these errors were encountered: