Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stencila-mini

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stencila-mini

A minimal, functional language focused on data analysis and visualization and available in [Stencila](https://stenci.la) documents.

  • 0.15.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
2
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 26 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc