Socket
Socket
Sign inDemoInstall

@stencila/basha

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencila/basha

Bash interpreter for executable documents


Version published
Weekly downloads
23
increased by130%
Maintainers
3
Weekly downloads
 
Created
Source

🔨 Basha

Bash executor for executable documents

Build Status Code coverage NPM Docs

📦 Install

Basha is available as a Node.js package,

npm install @stencila/basha --global

In the future, Basha is likely to be bundled as part of the self contained Stencila command line tool.

Windows is not yet supported.

🚀 Use

Register Basha so that it can be discovered by other executors on your machine,

basha register

If you have executa installed globally, you can then run Basha using the execute command and specifying bash as the starting language,

executa execute --repl --lang bash

🛠️ Develop

You can test Basha manually using the local install of executa in this package. First, build and register the current version of Basha, so that Executa is able to find it,

npm run register
npx executa execute --repl --lang bash

Keywords

FAQs

Package last updated on 10 Feb 2021

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