Socket
Socket
Sign inDemoInstall

sapwidget

Package Overview
Dependencies
22
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sapwidget

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


Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Install size
1.12 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 17 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc