mcopy/cli/lib
mmcwilliams 072c67fd0f Update counters. Use local state within objects cam and proj instead of mcopy.state 2019-03-30 20:29:01 -04:00
..
arduino Move docs generation to host repo 2019-03-30 17:56:31 -04:00
cam Move docs generation to host repo 2019-03-30 17:56:31 -04:00
cmd Move docs generation to host repo 2019-03-30 17:56:31 -04:00
delay Move docs generation to host repo 2019-03-30 17:56:31 -04:00
device Add log to device module. This cli app is turning into a dog fast. Need to take a step back and reconsider. 2019-02-26 21:57:43 -05:00
devices Move docs generation to host repo 2019-03-30 17:56:31 -04:00
digital Move docs generation to host repo 2019-03-30 17:56:31 -04:00
display Move docs generation to host repo 2019-03-30 17:56:31 -04:00
exec Install private modules in the cli project 2019-03-22 19:52:59 -04:00
exit Install exit module in cli app 2019-02-26 21:09:35 -05:00
intval Make modules local because modules in /app directory are recompiled for electron. Throws error on load in node 10. 2019-02-24 08:32:16 -05:00
light Move docs generation to host repo 2019-03-30 17:56:31 -04:00
log Move docs generation to host repo 2019-03-30 17:56:31 -04:00
mscript Copy build libraries to cli app 2019-03-08 22:31:29 -05:00
proj Update counters. Use local state within objects cam and proj instead of mcopy.state 2019-03-30 20:29:01 -04:00
sequencer Update counters. Use local state within objects cam and proj instead of mcopy.state 2019-03-30 20:29:01 -04:00
settings Move docs generation to host repo 2019-03-30 17:56:31 -04:00
spawn Install private modules in the cli project 2019-03-22 19:52:59 -04:00
system Create a system lib that can be used in the UI and cli. 2019-03-22 20:29:36 -04:00
Readme.md Install private modules in the cli project 2019-03-22 19:52:59 -04:00

Readme.md

Functions

dependencies(platform)

Evaluates system dependencies for digital projector features by executing processes with --help flag. If they do not exist, log to console

system()object

Profile the current system and return an object with data about the displays and dependencies for the digital projector feature.

dependencies(platform)

Evaluates system dependencies for digital projector features by executing processes with --help flag. If they do not exist, log to console

Kind: global function

Param Type Description
platform string Operating system type

system() ⇒ object

Profile the current system and return an object with data about the displays and dependencies for the digital projector feature.

Kind: global function
Returns: object - Object containing system information