Open plyr4 opened 7 months ago
started working on a fork of the elm-land CLI that takes does a couple specific things:
src/elm
project structure into accountMain.elm
so far so good! it helped me generate the code changes in go-vela/ui#779
one outstanding issue is the CLI wants to have a 1:1 relationship between pages and routes, so elm-land generate
is overwriting the "alias routes" like <org>/<repo>/pulls
because theres no specific page file for it... we could create a page file for each one? not too bad, but its going to be messy/hacky either way IMO
Description
with https://github.com/go-vela/ui/pull/761 merged in, we moved a lot closer to being able to use the
elm-land
CLI to generate boiler plate code for new pages and routes. some more work is required, but it seems doable./src/elm/
file structureelm-land generate
command