chili

A nodejs CLI REPL for ChRIS

https://github.com/fnndsc/chili

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

A nodejs CLI REPL for ChRIS

Basic Info
  • Host: GitHub
  • Owner: FNNDSC
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Size: 134 KB
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

ChILI

ChRIS Interactive Line Interface

Abstract

chili is a nodejs CLI and REPL for ChRIS. It also aspires to be hot!

WARNING

Not ready for prime time -- and this doc is very old. Consult the doc subdir in this repo for more up to date documentation. At time of writing, this is probably doc/13_run_a_plugin.adoc.

Installation

Once the repo is cloned, do

npm install

followed by

npm run build && npm link

Usage

Assuming all worked, you should have chili ready to spice things up.

chili --help

-30-

Owner

  • Name: FNNDSC / BCH
  • Login: FNNDSC
  • Kind: organization
  • Email: dev@babyMRI.org
  • Location: Boston, MA

Fetal-Neonatal Neuroimaging Developmental Science Center

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it as below.
title: CHris Interactive Line Interface
version: 1.0.0
date-released: 2024-11-03
repository-code: https://github.com/FNNDSC/chili
license: MIT
type: software
authors:
- family-names: Pienaar
  given-names: Rudolph
  orcid: https://orcid.org/0000-0002-8684-3185
keywords:
- ChRIS
- medical imaging
- CLI
abstract: |
 "chili" is a the CHris Interactive Line Interface and provides a powerful
 CLI to the ChRIS backend. Data can be uploaded and downloaded, and new analyses
 scheduled all from chili. In addition, chili provides a simple REPL to allow
 for a more immersive shell-like interface.
references:
- type: software
  title: "ChRIS Backend"
  url: "https://github.com/FNNDSC/ChRIS_ultron_backEnd"

GitHub Events

Total
  • Release event: 2
  • Watch event: 1
  • Push event: 2
  • Create event: 2
Last Year
  • Release event: 2
  • Watch event: 1
  • Push event: 2
  • Create event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package.json npm
  • @types/figlet ^1.5.8 development
  • @types/node ^20.14.7 development
  • @types/node-fetch ^2.6.11 development
  • @types/omelette ^0.4.4 development
  • typescript ^5.5.2 development
  • @fnndsc/chrisapi ^1.20.0
  • commander ^12.1.0
  • figlet ^1.7.0
  • node-fetch ^3.3.2
  • omelette ^0.4.17