mctools / simplebuild

A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
https://mctools.github.io/simplebuild/
Apache License 2.0
3 stars 1 forks source link

need simplebuild --init option #3

Closed tkittel closed 11 months ago

tkittel commented 1 year ago

Like for e.g. git, simplebuild --init should be used to add a new simplebuild.cfg file in a directory. Optional arguments would allow one to specify needed bundles (e.g. simplebuild --init dgcode).

The generated file should contain lots of comments and commented-out-fields, thus documenting the format directly for the user.

tkittel commented 11 months ago

This is now implemented, and document in "sb --help" and "sb --init --help"