Skip to content

HomeviewOS/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homeview CLI

The Homeview CLI is a command-line tool for developing Homeview applications on any device. It provides a set of commands to simplify the development and management of Homeview projects.

Installation

You can install the Homeview CLI globally using npm:

npm install -g @homeview/cli

Usage

Once installed, you can use the CLI to initialize a project in the current directory:

homeview init

To get detailed information about a specific command, use:

homeview <command> -h

License

This project is licensed under the MIT License - see the LICENSE file for details.