Method: ConfConf::CLI::Root#init
- Defined in:
- lib/conf_conf/cli/root.rb
#init ⇒ Object
19 20 21 22 23 24 |
# File 'lib/conf_conf/cli/root.rb', line 19 def init account = ConfConf::Project::Developer.current FileUtils.mkdir_p('config/conf_conf') FileUtils.mkdir_p('config/conf_conf/environments') puts MultiJson.dump(account: account, pretty: true) end |