2.1.1 • Published 1 year ago

serverless-framework-ext v2.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Serverless Extension Package

This package extends the functionality of the Serverless Framework by providing additional commands and features.

Installation

To install the package, run the following command:

npm install serverless-extension-package --save-dev

Usage

After installing the package, you can use the extend command to extend the Serverless Framework functionality. You can also specify a custom message to display.

Basic Usage

sls extend

Usage with Custom Message

sls extend -m "Custom message here"

Command Options

  • -m, --message <message>: Specify a custom message to display.

License

This project is licensed under the MIT License - see the LICENSE file for details.