Should clockwork have the ability to create new WFF projects? #3
gondwanasoft
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I've been planning to implement this. Although, I'm not sure how this should work with
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fitbit's CLI implements a command for creating new Fitbit OS projects. There doesn't seem to be any equivalent for WFF projects. Should clockwork provide this capability?
There's a tiny chance that it could be as simple as copying the files and directories from Watch Face Format Boilerplate Project into cwd. This would be equivalent to clockwork's current ability to install packages but targeting cwd instead of /packages, so could perhaps reuse some of that code.
Documentation to help the dev tailor the newly-created project would be necessary if it can't be done automatically. If Watch Face Format Boilerplate Project is somehow used, I could do this.
Beta Was this translation helpful? Give feedback.
All reactions