UNPKG

gingee-cli

Version:

The Gingee Command Line Interface (CLI), official command line tool for creating and managing Gingee projects.

7 lines (6 loc) 149 B
// This file starts the Gingee server engine. try{ require('gingee'); }catch(err){ console.error(`Error running Gingee: ${err.message}`); }