UTS-eResearch / ro-crate-js

Research Object Crate (RO-Crate) utilities
GNU General Public License v3.0
2 stars 5 forks source link

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.