A Node template used within the Galaxy.
npm install --save-dev @theholocron/node-template
import { doSomething, type SomethingOptions } from "@theholocron/node-template";
function App(options: SomethingOptions) {
return doSomething(options);
}
Check out The Holocron Archive for more information.