imag/bin/core/imag-init
2018-04-19 10:05:53 +02:00
..
src Refactor: use App in the build_ui function of imag-init 2018-04-14 14:19:28 +02:00
Cargo.toml
imagrc.toml
README.md

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).