0.1.0 • Published 2 years ago

cra-template-blip-extension-ts v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

BLiP extension template TS

NPM Version Downloads License

BLiP plugin it's a technology-agnostic way to plug unnoficial features to enhance the portal capabilities.

This project aims to give the initial skill needed to develop and build your own plugins.

Other templates

We have other templates available that you may want to to check:

Usage

npx create-react-app PROJECT_NAME --template blip-extension-ts

Note: npx command installs most recent stable version of CRA from npm. --template parameter points to this template, note that cra-template- prefix is omitted.

Access the project folder.

cd PROJECT_NAME

Configure extension required properties. (REQUIRED)

npm run config PROJECT_NAME

Configure ./charts according your project. Replace PLUGIN_NAME with the correct plugin name.

Then, run the project.

npm start

Now just add the plugin to your chatbot and enjoy!

More information

Blip plugin template