-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where are the new-app-generation scripts ? (that used to exist in /tools ) #417
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. |
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. |
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. |
@skliper Why not collect them and put them in the bundle? Is the maintenance burden too high? This need comes up very often. |
@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 |
No description provided.
The text was updated successfully, but these errors were encountered: