0.2.3 • Published 6 years ago

icontrollx-generator v0.2.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

icontrolLX generator

a simple utility for generating an iControlLX plugin.

Install

$ npm i icontrollx-generator -g

Usage

Usage:
  icontrollx-generator [OPTIONS] [ARGS]

Options: 
  -n, --name STRING      icontrolLX name
      --ui BOOLEAN       generate custom ui
  -f, --force BOOLEAN    overwrite existing plugin
  -k, --no-color         Omit color from output
      --debug            Show debug information
  -h, --help             Display help and usage details

Run, Test, Build

Building requires rpmbuild. If you are not on a Linux system you can tar the directory you created and copy to a system that has rpmbuild to run there. The build command will create a .rpm file.

$ icontrollx-generator hello

or generate custom UI

$ icontrollx-generator hello --ui

$ cd hello && npm i && npm test && npm run build
0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.1.1

6 years ago

0.0.1

6 years ago