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.
Other Languages
Installation
You can install sumor using npm. Run the following command in your terminal:
npm install sumor -gUsage
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 runThis 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 deployShow 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 logLicense
Under MIT License.