Skip to content

Open-Cap-Table-Coalition/OCF-Testbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is a simple implementation to access common OCF datasets and to test the OCF-Tools toolkit.

Usage: (before publication of OCF-Tools to NPM)

Download the OCF-Tools repository and run npm i; npm run build; npm link; in that directory.

In this project, run npm link ocf-tools.

And run "npm start". Change the constants in index.js as needed to support your testing.

For adding datasets

Add the OCF folder as a unique name in the datasets folder and add one extra JSON file called README.json which should have the structure:

{
    name: FOLDER_NAME,
    contributor: YOUR_NAME,
    date: SUBMISSION_DATE,
    description: DESCRIPTION_OF_DATASET
}

About

A simple testbed project to store common datasets and test the OCF-Tools toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published