sapwidget

1.0.8 • Public • Published

SAPWidget

SAPWidget is an npm package developed by Rohit Chouhan for creating custom widgets for SAP applications.

preview

Installation

You can install SAPWidget using npm:

npm install -g sapwidget

Usage

SAPWidget provides four main commands that can be used to create, configure, and deploy widgets:

👉 sapwidget

To check SAPWIDGET information, use command

sapwidget

This command will show information about installed version

👉 Create

The create command is used to create a new widget project. You can use this command to create a new project with the specified name. For example:

sapwidget create colorbox

This command will create a new widget project named "colorbox".

👉 Props

The props command is used to create new properties for your widget. You can use this command to create new properties with the specified name. For example:

sapwidget props bgcolor

This command will create a new property named "bgcolor".

👉 Start

The start command is used to deploy your widget project live for testing. You can use this command to test your widget in a live environment. For example:

sapwidget start

This command will deploy your widget project live for testing.

👉 Export

The export command is used to build your widget for go-live. You can use this command to build your widget for production use. For example:

sapwidget export

This command will build your widget for go-live.

Credits

SAPWidget was developed by Rohit Chouhan. You can find more information about Rohit Chouhan on his LinkedIn profile: linkedin.com/in/itsrohitchouhan

License

SAPWidget is licensed under the MIT license. See LICENSE for more information.

Package Sidebar

Install

npm i sapwidget

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

71 kB

Total Files

12

Last publish

Collaborators

  • rohit-chouhan