Function jupiter::repository::create

source ·
pub fn create(platform: &Arc<Platform>) -> Arc<Repository>
Expand description

Creates a new repository and installs some standard loaders.

These loaders are capable or loading YAML, JSON and CSV. Note that create doesn’t fully setup the repository, this is done va install. This is split into two methods so that custom loaders can be registered (after creating it) but before the initial repository scan is invoked (which happens in install).