imag/doc/src/04020-module-init.md

10 lines
398 B
Markdown
Raw Normal View History

2018-01-02 12:02:09 +00:00
## Init {#sec:modules: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).