Installation
Edoxen is distributed as a Ruby gem.
Prerequisites
- Ruby 3.0 or newer
- Bundler 2.0 or newer
Install via Bundler
Add to your Gemfile:
ruby
gem 'edoxen'Then run:
sh
bundle installInstall via RubyGems
sh
gem install edoxenVerify
sh
edoxen --version
edoxen helpYou should see the available commands:
Commands:
edoxen help [COMMAND] # Describe available commands or one specific
edoxen normalize YAML_FILE_PATTERN # Normalize YAML files using Edoxen schema
edoxen validate YAML_FILE_PATTERN # Validate YAML files against Edoxen schemaNext steps
- Walk through the Introduction.
- Read the CLI docs to learn
validateandnormalize. - Browse the data model.