UNPKG

@euglena/cli

Version:

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

8 lines (6 loc) 211 B
#!/usr/bin/env node import { Exception, cell } from "@euglena/template"; import particles from "../euglena"; cell.ce(particles).catch((err: Exception) => { console.error(`Error - ${err.data.message}`); });