@homeycommunity/packager
v0.0.9
Published
The Homey Community Space Packager
Readme
Homey Community Packager
This tool is used to create a tar.gz file of a Homey app.
Usage
npx @homeycommunity/packager@latest <path-to-app> -o <output-file>Options
-o, --output: The output file name (default:app-identifier-version.tar.gz)<path-to-app>: The path to the app (default: current working directory)
Example
npx @homeycommunity/packager@latest ./my-app -o my-app.tar.gzThis will create a tar.gz file in the current working directory.
Ignoring files
You can ignore files by adding them to the .hcsignore file.
