Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

executable file
·
23 lines (15 loc) · 450 Bytes

Node Template

A Node template used within the Galaxy.

Installation

npm install --save-dev @theholocron/node-template

Usage

import { doSomething, type SomethingOptions } from "@theholocron/node-template";

function App(options: SomethingOptions) {
	return doSomething(options);
}

Documentation

Check out The Holocron Archive for more information.