@kvaser/create-canking-extension
v7.3.0
Published
Scripts for creating a CanKing GUI Extension.
Keywords
Readme
Kvaser CanKing GUI Extensions Create Script
Introduction
The purpose with this package is to help developers to create user interface extensions for the Kvaser CanKing bus analysis tool.
Kvaser CanKing is a free of charge, general-purpose CAN and LIN bus analysis software that is compatible with all Kvaser CAN/LIN interfaces and the Kvaser virtual CAN bus. It's available on Windows (x64) and Linux (x64 and ARM).
There are a lot of functionality already included in the base version of CanKing, but it is also possible to extend the functionality and the user interface by creating extensions.
More information about how to create and implement a CanKing GUI Extension can be found here: CanKing GUI Extensions SDK.
How to Use
This package is only used for creating new CanKing Extension projects.
To create a new CanKing Extension project run this command:
npm create @kvaser/canking-extension@latestThen follow the prompts.
You can also directly specify a project name via a command line argument.
npm create @kvaser/canking-extension@latest my-ck-extensionYou can use . for the project name to scaffold in the current directory.
