Skip to content

CLI utility to create / link / unlink / develop / package a plugin

License

Notifications You must be signed in to change notification settings

alhazmy13/cli

 
 

Repository files navigation

@stream-deck-for-node/cli

CLI utility to create / link / unlink / develop / package a stream deck plugin in Node.js

Build status

Installation

npm i -g @stream-deck-for-node/cli

Supported OS

  • windows
  • mac
Stream Deck Node.js CLI

  Everything needed to create a Stream Deck's plugins in Node.js

Synopsis

  $ stream-deck <command> <options>

Command List

  create    Generate a new plugin project with a sample action.
  link      Create a symlink between your development code and the Elgato plugins directory.
  unlink    Remove (if exists) the symlink created with the link command.
  dev       Modify the manifest.json using a debug-plugin for a faster development.
  package   Generate a .streamDeckPlugin using the Elgato DistributionTool.

Author

Francesco Saverio Cannizzaro (fcannizzaro)

License

MIT

About

CLI utility to create / link / unlink / develop / package a plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.2%
  • JavaScript 28.0%
  • TypeScript 21.9%
  • HTML 0.9%