@commandbar/netlify-plugin-commandbar

0.0.4 • Public • Published

CommandBar + Netlify logo

CommandBar Netlify plugin

Quickly add CommandBar to your Netlify project.

Getting Started

Sign up for a CommandBar account

Create an environment variable COMMANDBAR_ORG_ID with your CommandBar organization id.

Configure the entry point (relative to the publish directory) if it's different from index.html.

# Example configuration

[[plugins]]
package = "@commandbar/netlify-plugin-commandbar"

# Optional
entryPoint = "path/to/entrypoint.html"

[plugins.inputs.linkCommands]
"Go to dashboard" = '/dashboard' // relative link
"Go to stack overflow" = 'https://stackoverflow.com' // aboslute link

Troubleshooting

Package Sidebar

Install

npm i @commandbar/netlify-plugin-commandbar

Weekly Downloads

92

Version

0.0.4

License

MIT

Unpacked Size

7.26 kB

Total Files

4

Last publish

Collaborators

  • commandbarteam