yaml-vfs

License MIT 

A gem which can gen VFS YAML file.

vfs yamlwriter lets you create clang opt “-ivfsoverlay” ymal file, map virtual path to real path.


  • It can gen VFS YAML.

Installation

Add this line to your application’s Gemfile:

gem 'yaml-vfs'

And then execute:

# bundle install
$ bundle install

Or install it yourself as:

# gem install
$ gem install yaml-vfs

Usage

The command should be executed when your want VFS YAML file.

<div class="highlight highlight-source-shell position-relative" data-snippet-clipboard-copy-content="# write the VFS YAML file to –output-path=
$ vfs yamlwriter –framework-path= –real-headers-dir= –real-modules-dir= –output-path=

# write the VFS YAML file to .
$ vfs yamlwriter –framework-path= –real-headers-dir= –real-modules-dir=
“>

# write the VFS YAML file to --output-path=<path>
$ vfs yamlwriter --framework-path=<path> --real-headers-dir=<path> --real-modules-dir=<path> --output-path=<path>

# write the VFS YAML file to .
$ vfs yamlwriter --framework-path=<path> --real-headers-dir=<path> --real-modules-dir=<path>