midas_node
Run midas tasks on nodejs.
npm install --save @zip.js/zip.js rollup @rollup/plugin-node-resolve
gleam add midas_node
import midas/node
pub fn main() {
let task = // a midas task
node.run(task, "/root")
}
Further documentation can be found at https://hexdocs.pm/midas_node.
Development
gleam run # Run the project
gleam test # Run the tests