Replies: 1 comment 3 replies
-
Hey, yes that's possible. You think you can make a PR for that? You can simply copy the code after create and move it to generate. I'll review and merge it in. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am starting to use Stacked CLI. When I first
stacked create app
with a line-length option set to 120, the generated files followed the line length. But when I'm using thestacked generate
, the generated files are formatted to 80.Based on my observation from the code base, it seems like at the end of the
stacked create
command, there's adart format
command to format the files to the desired line length while on the other hand, thestacked generate
doesn't have it.Is it possible to run the
dart format
command whenstacked generate
? I want to create a PR for it but I'm not sure how to test the changes locally. Can someone guide me on it?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions