SUMOR Cloud Application
SUMOR is a powerful npm package for running, deploying and viewing logs of applications. It simplifies the process of managing your applications by providing easy-to-use commands.
Offical Site
Other Languages
中文版
Installation
You can install sumor using npm. Run the following command in your terminal:
npm install sumor -g
Usage
Once you've installed sumor, you can use the following commands:
Run Application
The sumor run command is used to run your application. Simply navigate to your application's directory and run the command:
cd path/to/your/application
sumor run
This will start your application and keep it running in the terminal window.
Deploy Application
The sumor deploy command is used to deploy your application to a remote server. You can specify the server to deploy to in the command:
sumor deploy
Show Application Log
The sumor log command is used to view the logs of your application. This command will display the logs in real-time, so you can see what's happening with your application:
sumor log
License
Under MIT License.