Constant project_init::includes::ELM_TEMPLATE [] [src]

pub const ELM_TEMPLATE: &'static str = "license = \"BSD3\"\nwith_readme = true\n\n[files]\nfiles = []\ndirectories = [\"src\"]\ntemplates = [\"src/View.elm\",\"src/Update.elm\",\"src/State.elm\",\"src/main.elm\",\"elm-package.json\",\".gitignore\"]\n\n[config]\nversion = \"1.0.0\"\nversion_control = \"git\"\n\n[[user]]\nlicense_file = \"LICENSE\"\n"