node-red-contrib-tak
Version:
Node-RED Nodes for encoding & decoding TAK Protocol and Cursor on Target messages from TAK Products.
36 lines (25 loc) • 538 B
Plain Text
# Makefile for node-red-contrib-tak
#
# Source:: https://github.com/snstac/node-red-contrib-tak
# Author:: Greg Albrecht <oss@undef.net>
# Copyright:: Copyright Sensors & Signals LLC https://www.snstac.com/
# License:: Apache License, Version 2.0
#
.DEFAULT_GOAL := all
all: install
install:
npm install -g .
publish:
npm publish
lint: jshint eslint jslint
jshint:
jshint tak/*.js
eslint:
eslint tak/*.js
jslint:
jslint tak/*.js
prettier:
npx prettier --write .
mkdocs:
pip install -r docs/requirements.txt
mkdocs serve