Socket
Socket
Sign inDemoInstall

@zodyac/cli

Package Overview
Dependencies
99
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zodyac/cli

A CLI tool for Zodyac framework.


Version published
Maintainers
1
Created

Readme

Source

Zodyac CLI

The CLI tool for creating and managing Zodyac projects.

Please refer to the Zodyac documentation for more information.

[!WARNING] This version CLI is currently in beta and is not yet ready for production use. For now it supports only the creation of new projects, generation of modules, serving, building and watching.

Installation

npm install -g @zodyac/cli

Usage

zy --help

Commands

zy init

Initializes a new Zodyac project in the current directory. Generates a package.json file and installs the latest version of Zodyac.

Options:

  • -p, --project <name>: The name of the project.
  • -r, --router: Whether to generate a router module.
  • --skip-eslint: Skips the installation of ESLint.
  • --skip-git: Skips Git initialization.
  • --skip-docker: Skips creating Dockerfile.

zy serve

Serves the current Zodyac project.

zy build

Builds the current Zodyac project.

zy watch

Watches the current Zodyac project for changes and checks for errors.

zy generate <type> <name>

Generates a new Zodyac module.

Options:

  • type: The type of module to generate. Can be one of module, router, service, model or crud.
  • name: The name of the module/router to generate.

Note: Only module and router are currently supported.

zy add <type>

Adds an extention to the current project. You can add:

  • express: Adds Express.js API Engine.
  • eslint: Adds ESLint and configuration.
  • git: Initializes Git repository and .gitignore.
  • docker: Creates Dockerfile and .dockerignore.

License

MIT

Keywords

FAQs

Last updated on 22 Jan 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc