
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
create-homey-app
Advanced tools
This app is still under development
Create Homey-App without build configuration. In a single command, this tool bootstraps an app with associated version management and a dockerized remote development environments.
"Old" apps can also be upgraded, if the command is called in the existing app-root directory.
Create Homey App works on macOS, Windows, and Linux.
If something doesn’t work, please file an issue.
If you have questions or need help, please ask in Homey Community Forum.
npx create-homey-app [my-app]
cd my-app
code .
If you've previously installed Homey Command-line interface globally via npm i -g homey, we recommend you uninstall the package using npm uninstall -g homey or yarn global remove homey to ensure that npx always uses the latest version.
(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
This is my second attempt to normalize and simplify the structure of my homey app development environment with VSCode.
# Invoking from the npm registery
npx create-homey-app [my-app]
# Invoking from the github repository
npx github:cghome/create-homey-app [my-app]
npm init homey-app [my-app]
npm init <initializer> is available in npm 6+
yarn create homey-app [my-app]
It will create a directory called my-app inside the current folder.
Inside that directory, it will generate the initial project structure and install the transitive dependencies:
Add to app.js
/**
* homey-debugger
*/
/* eslint-disable */
if (process.env.DEBUG === "1") {
require("inspector").open(9229, "0.0.0.0", false);
// require("inspector").open(9229, "0.0.0.0", true);
}
/* eslint-enable */
git clone https://github.com/cgHome/create-homey-app.git
cd create-homey-app
npm link
code .
# happy coding
# Test app > use JavaScript Debug Terminal
create-homey-app [my-app]
v0.1.0
Copyright 2021, 2021 [Chris Gross] cFlat-inc.org
FAQs
Create a Homey-App with a (remote) development environment
We found that create-homey-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.