Skip to content

rggen/rggen-core

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ca1b9d · Jan 13, 2025
Dec 27, 2024
Aug 24, 2020
Jan 13, 2025
Jan 13, 2025
Jan 11, 2025
Jun 13, 2017
Aug 12, 2019
Jan 11, 2025
Jan 19, 2021
Jun 15, 2017
Dec 27, 2024
Dec 31, 2024
Dec 31, 2024
Mar 5, 2019
Jul 20, 2020
Dec 27, 2024

Repository files navigation

Gem Version CI Maintainability codecov Gitter

RgGen::Core

RgGen::Core is a core library of RgGen tool and provides features listed below:

  • Structure and APIs for defining properties, parsers and error checkers of configuration file and register map documents
  • Basic loaders for configuration file and register map documents
    • Ruby with APIs for description
    • YAML
    • TOML
    • JSON
  • Structure and APIs for defining output file writers
  • Building RgGen tool up by linking defined above features
  • The rggen executable command

Installation

During RgGen installation, RgGen::Core will also be installed automatically.

$ gem install rggen

If you want to install RgGen::Core only, use the command below:

$ gem install rggen-core

Contact

Feedbacks, bug reports, questions and etc. are wellcome! You can post them by using following ways:

Copyright & License

Copyright © 2017-2025 Taichi Ishitani. RgGen::Core is licensed under the MIT License, see LICENSE for futher details.

Code of Conduct

Everyone interacting in the RgGen project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.