UNPKG

@euglena/cli

Version:

Command Line Interface to create and manage euglena projects as simple as possible

7 lines (5 loc) 190 B
import { Exception, cell } from "@euglena/template"; import particles from "./euglena"; cell.ce(particles).catch((err: Exception) => { console.error(`Error - ${err.data.message}`); });