Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

UTS-eResearch/ro-crate-js

Repository files navigation

Important Notice:

The active fork of this repo is https://github.com/language-research-technology/ro-crate-js and development efforts should be focused over there.

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.