Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 906 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 906 Bytes

deckboard-kit

Build Status

Deckboard app extension starter

Install

npm install -g deckboard-kit

Usage

Create Extension Project

In extensions folder located in \Users\{USER}\deckboard\

deckboard-kit --create extension-example
cd extension-example
npm install

Package Extension

When you are ready to share the extension, run this command to package the project:

deckboard-kit --build

This command will generate asar file located in dist folder.

Submit Extension

To add your extension to extension list, follow the instruction here.

Example