@zyrohub/cli
v1.0.8
Published
A CLI Utility for the ZyroHub Ecosystem
Readme
ZyroHub - CLI
Table of Contents
Usage Without Installation
You can use the CLI without installing it globally.
# npm
npx @zyrohub/cli createGetting Started
To install the CLI globally, use one of the following package managers:
# npm
npm install -g @zyrohub/cli
# yarn
yarn global add @zyrohub/cli
# pnpm
pnpm add -g @zyrohub/cli
# bun
bun add -g @zyrohub/cliCommands
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.
