@stencila/basha
TypeScript icon, indicating that this package has built-in type declarations

0.3.18 • Public • Published

🔨 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

Package Sidebar

Install

npm i @stencila/basha

Weekly Downloads

8

Version

0.3.18

License

Apache-2.0

Unpacked Size

36 kB

Total Files

6

Last publish

Collaborators

  • nokome
  • stencila-ci
  • ketch