This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
Improve node server
commands
#49
Labels
node server
commands
#49
With the recently added
node server install $SYSTEM_ID
command, we can now install the latest release of a system quite easily from the command line. Alsonode server init $SYSTEM_ID
is a new command for generating a system skeleton for developers. Here are some improvements we should look at:yargs
for parsing arguments inserver/index.ts
as inserver/paths.ts
(and share the parser)node server install --source $SYSTEM_ID
. This should clone the GitHub repository, init submodules and build the systemnode server install $SYSTEM_ID:$PLUGIN_AUTHOR/$PLUGIN_NAME
node server init $SYSTEM_ID:$PLUGIN_AUTHOR/$PLUGIN_NAME
--add-common
maybe?The text was updated successfully, but these errors were encountered: