Skip to content

ZyroHub/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZyroHub - CLI

A CLI Utility using the ZyroHub Ecosystem, designed to streamline project creation and management.

Table of Contents

Usage Without Installation

You can use the CLI without installing it globally.

# npm
npx @zyrohub/cli create

Getting Started

To install the CLI globally, use one of the following package managers:

NPM Repository

# npm
npm install -g @zyrohub/cli
# yarn
yarn global add @zyrohub/cli
# pnpm
pnpm add -g @zyrohub/cli
# bun
bun add -g @zyrohub/cli

Commands

Create Project

Scaffolds a new project with the ZyroHub ecosystem structure, handling all necessary configurations automatically.

zyrohub create [projectName]

The CLI will interactively ask for the following configurations:

  • Project Type: Application, Module, or Other.
  • Features: Cluster support, DotEnv, Library fields (exports/publishConfig).
  • Metadata: Name, Description, Author, Repository.
  • Git: Automatic initialization (`git init`).
  • Package Manager: NPM, Yarn, PNPM, or Bun.
  • Formatting: Prettier configuration.

About

A CLI Utility for the ZyroHub Ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published