Skip to content

legendofmountainsea/loms-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loms-cli

LOMS Development CLI icon

Installing

$ npm install loms-cli -g
  • For Windows platform, please make sure you had installed windows-build-tools first
$  npm i -g --prodution --vs2015 --add-python-to-path windows-build-tools

Usage

Run game on web browser without NW.js Client

$ loms run-dev

Run game on Windows or macOS with NW.js Client

$ loms run-client

Run server

$ loms run-server

Run unit tests

$ loms test

Run release build process

$ loms dist

Requirement

Node.js version 12.0.0 or higher

License

GPL-2.0