sifis-generate

This tool generates either new projects for some build systems or configuration files for some Continuous Integration with the use of templates.

Templates define the layout for a project and allow developers to insert data at runtime.

Each template contains all files necessary to build a project with a build system, in addition to Continuous Integration and Docker files used to run tests and implement further checks.

Supported build systems

Build systems CI files

Commands

To see the list of supported commands, run: sifis-generate --help

Each command has an optional argument to define a license and an optional argument to override the project name instead of using the last component of the project-path. The default value for the license argument is MIT.

cargo

$ sifis-generate cargo [--license LICENSE --project-name NAME] project-path

maven

$ sifis-generate maven [--license LICENSE --project-name NAME] project-group project-path

meson

$ sifis-generate meson [--kind meson-project-kind] [--license LICENSE --project-name NAME] project-path

Admitted values for the kind argument:

poetry

$ sifis-generate poetry [--license LICENSE --project-name NAME] project-path

yarn

$ sifis-generate yarn [--license LICENSE --project-name NAME] project-path

Project Templates

The following templates generate build systems files in addition to the configuration files for GitHub and GitLab Continuous Integration. Some templates also produces files to configure the Docker environment.

License

Released under the MIT License.

Acknowledgements

This software has been developed in the scope of the H2020 project SIFIS-Home with GA n. 952652.