1.3.1 • Published 4 months ago

sumor v1.3.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

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

See the LICENSE file for more information.