Mizuki Asada
Mizuki Asada
like, ```ruby case platform when Nymphia::Platform::Liunx # : when Nymphia::Platform::MacOS # : when Nymphia::Platform::Windows # : else end ```
Like, ```ruby host 'foobar' do hostname '172.16.16.5' end load 'awesome_conf.nym.rb' ``` ``` Host foobar Hosename 172.16.16.5 # # Translated from awesome_conf.nym.rb # ```
I want to introduce a test framework for this project. Operation tests by hand hurt us :cry: However, I have no experience in test automation of shell script. If someone...
T/O
I think that all definitions in yml files should be in quotes. It makes code more beautiful than mixed quoted and not quoted. If you agree my opinion and the...
T/O