nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.03k stars 1.29k forks source link

Remove cookiecutter dependency for fprime-bootstrap #2528

Closed thomas-bc closed 6 months ago

thomas-bc commented 7 months ago
F´ Version
Affected Component bootstrap

Feature Description

There isn't a lot to be templated in new projects. It might be worth having fprime-bootstrap not depend on cookiecutter at all, so that it's all native python and therefore doesn't risk breaking anything if installed system-wide.

Rationale

Better portability etc...