JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 45936
  • Score
    100M100P100Q148685F
  • License MIT

Sumor Cloud Application

Package Exports

  • sumor
  • sumor/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sumor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.