Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexkalderimis/steps-export-tool
Tool for managing data export
https://github.com/alexkalderimis/steps-export-tool
Last synced: 11 days ago
JSON representation
Tool for managing data export
- Host: GitHub
- URL: https://github.com/alexkalderimis/steps-export-tool
- Owner: alexkalderimis
- License: apache-2.0
- Created: 2014-06-05T17:24:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T15:59:47.000Z (over 10 years ago)
- Last Synced: 2024-04-09T22:22:41.182Z (10 months ago)
- Language: JavaScript
- Size: 3.72 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Tool Template
====================A template to get started with when building a tool for intermine/steps.
How to use:
-------------Clone this repository and get editing! In particular you will need to:
* Change the `main.js` file to do what you want. The main component should
control a tree of other sub-components beneath it, and send events back to
the main context.
* Change the `demo`, `tool` and `test` indicies to instantiate the tool correctly, and send the
right events for your needs.