atlas
atlas copied to clipboard
Add support for custom generators
We currently have 2 generators:
- The subsystem that patches the
nim.cfgfile. - The subsystem that writes to
project.nimble
This mechanism could be extended so that it can generate other files like a requirements.txt. Ideally it also supports to setup/edit environment variables or the command that is used for a "builder" (see the ticket about builders).