ro-crate

Research Object Crate (RO-Crate) utilities for making and consuming crates

Usage no npm install needed!

<script type="module">
  import roCrate from 'https://cdn.skypack.dev/ro-crate';
</script>

README

ro-crate : Research Object Crate (RO-Crate) utilities

This is a javascript library to support Research Object Crate ([RO-Crate]https://researchobject.github.io/ro-crate/)).

Install

Install the library:

npm install rocrate

HTML Renderingv -- DEPRECATED

THIS FEATURE HAS BEEN REMOVED. Use the RO-Crate-HTML library instead.

Simple crate checker

There is a script included with this library that can check crates.

Check a crate:

roccheck /path/to/crate/directory

This is produce a simple report.

Programming

For instructions on how to use this module, see the tutorials github repository.