Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

seung-lab/flywire-marketplace

 
 

Repository files navigation

layout title permalink
howto
How To
/howto/

How to add a new tool

Requirements

To add a new tool, you need to have a GitHub account. If you don't have one, you can create one here.

Instructions

  1. Fork the repository
  2. Create a new file in the _tools folder
    • The file name should be the name of the tool, all lowercase, with dashes instead of spaces, and with the .md extension. For example, if the tool is called "Navis", the file name should be navis.md.
  3. Copy the following snippet into the file and fill in the details
  4. Fill in the details, replacing the text in the brackets with your own
  5. Save the file, and commit the changes
  6. Pull request the changes to the main repository
  7. After the submission is reviewed and merged, the tool will appear on the website

Template

---
layout: tools
title: {tool_name}
subtitle: {short description}
source: {Link to the tool}
image: {url of representative image}
category: {python, R, matlab, javascript, other}
tags:
  - {tags/languages/keywords}
---
{Description of the tool}

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.6%
  • SCSS 31.7%
  • JavaScript 22.5%
  • Shell 2.1%
  • Ruby 2.1%