SkillAgentSearch skills...

Mini

A minimal, functional language focused on data analysis and visualization

Install / Use

/learn @stencila/Mini
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Mini

A minimal, functional language focused on data analysis and visualization and available in Stencila documents.

NPM Build status Code coverage

Documentation

See the documentation at https://github.com/stencila/stencila/tree/master/docs/languages/mini.

Development

  1. Clone the repo
git clone https://github.com/stencila/mini.git
  1. Install a Java Runtime or Java Development Kit (JDK) if you don't have one already.

  2. Download ANTLR into the local .bin/ folder:

mkdir -p .bin
curl -o .bin/antlr-4.6-complete.jar http://www.antlr.org/download/antlr-4.6-complete.jar
  1. Install dependencies
npm install
  1. Test
npm test

or use node make test:browser -w and open test/index.html in your browser.

  1. Build
node make
View on GitHub
GitHub Stars15
CategoryData
Updated2y ago
Forks0

Languages

JavaScript

Security Score

60/100

Audited on Aug 27, 2023

No findings