rustyphoenixcodemeta 1.1.0

This project aims to generate a `codemeta.json` file used by zenodo from the `pixi.toml` of the current project
rustyphoenixcodemeta-1.1.0 is not a library.

pipeline status Latest release coverage report documentation Phoenix2 documentation DOI

Code

https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/RustyPhoenixCodeMeta

Documentation

https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/code-generator/RustyPhoenixCodeMeta/index.html

Requirements

  • cargo
  • rustc

Quick start

This project aims to generate the codemeta.json of the current project :

You can run it in the main directory of your project :

rustyphoenixcodemeta

And it will create the codemeta.json based on information in the pixi.toml.

Or you can get help for other situations :

rustyphoenixcodemeta  --help
Program which generates the codemeta.json from a pixi.toml configuration

Usage: rustyphoenixcodemeta [OPTIONS]

Options:
  -i, --input <INPUT>    Input directory from which to search pixi.toml [default: ./]
  -o, --output <OUTPUT>  Name of the output plot to create [default: codemeta.json]
  -h, --help             Print help
  -V, --version          Print version

Installation for Users

git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/RustyPhoenixCodeMeta.git
cd RustyPhoenixCodeMeta