You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

stencila

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stencila

Living documents for reproducible research.


Version published
Weekly downloads
22
increased by46.67%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

Stencila

Welcome to the main entry point to the Stencila ecosystem. This repo contains the stencila command line tool which is the top level 'umbrella' package to use our various libraries.

:sparkles: We are are undergoing a major reboot in this repository (and many of our others) to build a single entry point for reproducible documents. We will deprecate stencila/cli and stencila/desktop and instead build those binaries here. We will also be deprecating binary builds of our other repositories as they are integrated into this one.

NPM Build status Code coverage Greenkeeper badge

Install

Stencila is available as a pre-compiled, standalone command line tool.

Windows

To install the latest release of the stencila command line tool, download stencila-win-x64.zip for the latest release and place it somewhere on your PATH.

MacOS

To install the latest release of the stencila command line tool to /usr/local/bin just use,

curl -L https://raw.githubusercontent.com/stencila/stencila/master/install.sh | bash

To install a specific version, append -s vX.X.X e.g.

curl -L https://raw.githubusercontent.com/stencila/stencila/master/install.sh | bash -s v0.33.0

Or, if you'd prefer to do things manually, download stencila-macos-x64.tar.gz for the latest release and then,

tar xvf stencila-macos-x64.tar.gz
sudo mv -f stencila /usr/local/bin # or wherever you like

Linux

To install the latest release of the stencila command line tool to ~/.local/bin/ just use,

curl -L https://raw.githubusercontent.com/stencila/stencila/master/install.sh | bash

To install a specific version, append -s vX.X.X e.g.

curl -L https://raw.githubusercontent.com/stencila/stencila/master/install.sh | bash -s v0.33.0

Or, if you'd prefer to do things manually, or place stencila elsewhere, download stencila-linux-x64.tar.gz for the latest release and then,

tar xvf stencila-linux-x64.tar.gz
mv -f stencila ~/.local/bin/ # or wherever you like

Keywords

FAQs

Package last updated on 06 Nov 2020

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc