Where are the new-app-generation scripts ? (that used to exist in /tools ) #904
Replies: 5 comments
-
|
Good topic for https://github.com/nasa/cFS/discussions. I'm not aware of anyone who has updated something to work with the latest recommended patterns. A good starting point is https://github.com/nasa/sample_app or https://github.com/nasa/sample_lib and bulk replace prefixes. |
Beta Was this translation helpful? Give feedback.
-
|
I don't know if it follows the latest recommended pattern but you can also grab the script from NASA Icarous: https://github.com/nasa/icarous/tree/master/Python/Template. At the time I was using it to generate a cFS application. |
Beta Was this translation helpful? Give feedback.
-
|
Some of these may also help, community provided and I'm not sure how up-to-date they are. https://github.com/OpenSatKit/OpenSatKit/tree/master/cfs/tools/app_setup_scr, https://github.com/OpenSatKit/OpenSatKit/tree/master/cfs/tools/gen_app_code. |
Beta Was this translation helpful? Give feedback.
-
|
@skliper Why not collect them and put them in the bundle? Is the maintenance burden too high? This need comes up very often. |
Beta Was this translation helpful? Give feedback.
-
|
@ThibFrgsGmz sample app and lib included the bundle and are intended to provide the starting point for new apps (just global replace SAMPLE_ with your app abbreviation). Some of the tools I've seen to generate apps basically just do this global replace for you (not huge added value for the additional technical debt of another tool, it's just a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions