kyoto-framework / new

Bootstrap project
https://kyoto.codes
MIT License
1 stars 1 forks source link

Is this ready to be used as an example for v3? #2

Open scottshuffler opened 8 months ago

scottshuffler commented 8 months ago

Seems like somethings are unfinished so I wasn't sure.

Need any help?

yznts commented 8 months ago

Yes, my friend, it's not finished yet, unfortunately :) I just upgraded versions in go.mod and hadn't chance to include some basics yet.

I'll push some updates here on this weekends, just didn't expected attention.

scottshuffler commented 8 months ago

I gotcha, anything I can help with?

yznts commented 8 months ago

Your opinion will be important here. What should be included in the base project? Or maybe there’s some example I should check?

idc77 commented 4 months ago

What should be included, a directory structure, because structure is half of the code. When I do some JS frontend I have a clear directory structure of components. components/Main/Layout/Layout.ts components/Main/Pages/IndexPage.ts components/Feature(SocialNetwork,Forum,Shop)/Layout/Layout.ts etc. You get what I'm saying. Kyoto, so far, puts everything in the root dir, and that's very messy

What else? Cobra-cli kind of structure.

Sad, I just wanted to give it another go, but the starter repo doesn't seem to be ready. Is v3 "prod" ready?