🔨 Basha
Bash interpreter for Stencila
Install
Basha is available as a Node.js package,
npm install --global @stencila/basha
In the future, Basha will be bundled as part of the self contained Stencila command line tool.
Windows is not yet supported.
Use
If you have executa
installed globally then you can run it using the repl
command and specifying bash
as the starting language,
executa repl 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 repl bash