occs-widget-wizard

1.0.1 • Public • Published

OCCS Widget Wizard

NPM Package that allows the creation of a base OCCS widget template project structure

The OCCS Widget Wizard is a NPM package that allows you to create widgets / extensions based project structures to extend Oracle Commerce Cloud Service out-of-the-box functionalities.

How to use it

Create a new project using:

npm init

After that install the OCCS Widget Wizard using the following command:

sudo npm install occs-widget-wizard

Once the package is successfully installed open the package.json file and add the following inside the "scripts" section of you package.json file:

"start": "node ./node_modules/occs-widget-wizard/index.js"

Save and run the following command:

npm start

This will automatically lunch the wizard and now you can provide the mandatory fields in order to create you Oracle Commerce Cloud widget/extension based project.

.:: OCCS Widget Wizard ::.
 
For more information how to create an Oracle Commerce Cloud extension please visit the link below:
 
https://goo.gl/66Kdpp
 
Please enter the extension id:

Once the wizard process is completed the wizard will create a project structure for a new OCCS extension and the mandatory folders and files will be saved on your HDD.

The last thing you must do is simply zip the widget folder and the ext.json file and you will be ready to upload the .zip archive to your OCCS instance.

Sample video on how to use the application

https://youtu.be/eL_qcU2PCv0

For more information about Oracle Commerce Cloud custom widget development please read the following doc:

OCCS Custom Widgets

NOTE: You can use the official Oracle Commerce Cloud Service Widget Development Guide as reference.

Package Sidebar

Install

npm i occs-widget-wizard

Weekly Downloads

4

Version

1.0.1

License

GPL-3.0

Unpacked Size

49.6 kB

Total Files

8

Last publish

Collaborators

  • valdal14