imag/bin/core/imag-init
Matthias Beyer 4e516ee19d Update version strings
...for the next release, which will be imag 0.10.0!

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-10 11:56:37 +01:00
..
src More verbose erroring in test 2018-08-26 04:24:57 +02:00
Cargo.toml Update version strings 2018-11-10 11:56:37 +01:00
imagrc.toml Fix include_str!() in imag-init 2018-02-11 14:43:35 +01:00
README.md imag-init: initial import 2018-01-03 15:48:58 +01:00

Init

This is the only imag-* command which does not set up a runtime and check whether the store is available. This command can be used to set up a imag store.

It also puts a default configuration in the right place and initializes a git repository, if there is a git command in $PATH (via calling git on the commandline, not via libgit2 or some other library).