generator-signalk-plugin

0.0.2 • Public • Published

generator-signalk-plugin

A Yoeman generator for initializing a SignalK Node Server Plugin development project.

Features

  • Jumpstarts plugin development by generating complete project using SignalKPlugin class
  • Initial scaffolding writes code to subscribe to the most common SignalK data streams
  • Generates plugin configuration options to allow end user to change SignalK paths and/or limit data to a specific data source
  • Supports optional front end UI Webapp development using React
  • Supports optional RESTful API calls to your plugin to retrieve data

Usage

Installing Yoeman and this generator:

npm install -g yo
npm install -g generator-signalk-plugin

Once you have done that, create a new directory to hold your project, make that directory your current working directory, then run the generator using:

yo signalk-plugin

Answer the questions, and voila!

Readme

Keywords

Package Sidebar

Install

npm i generator-signalk-plugin

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

144 kB

Total Files

8

Last publish

Collaborators

  • joelkoz