1.0.8 • Published 1 year ago

sapwidget v1.0.8

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

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.

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago