New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

@zessjs/cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zessjs/cli

Zess CLI tool 🔨 For easily creating Vite-powered Zess project.

latest
Source
npmnpm
Version
1.1.10
Version published
Maintainers
1
Created
Source
Zess Logo

@zessjs/cli

NPM Version NPM License

Zess CLI tool 🔨 For easily creating Vite-powered Zess project.

Zess CLI Usage

🚀 Usage

Create a new project

Run the following command to create a new Zess project:

npx -p @zessjs/cli init my-app

Where my-app is the directory where you want to create your project.

Start the development server

After creating your project, navigate to the project directory and start the development server:

cd my-app
npm run dev

Then open your browser and visit:

  • Local: http://localhost:5173/
  • Network: use --host to expose
  • press h + enter to show help

🔄 Compatibility

The Zess CLI is compatible with:

  • Node.js >=18.12.0

📝 License

MIT

Keywords

zess

FAQs

Package last updated on 20 Mar 2026

Did you know?

Socket

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.

Install

Related posts