Skip to content

A tool to create SAC Custom Widget Easily and Fast for SAP Application.

Notifications You must be signed in to change notification settings

rohit-chouhan/sapwidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.