Commands

MEOW CLI ๐Ÿพ Help Guide

Overview

MEOW CLI is a powerful command-line interface designed for modern developers. This guide provides a comprehensive overview of the available commands in MEOW CLI, allowing you to manage your projects efficiently.

Commands

Project Initialization

  • meow init [--skip (skip questions)] [-y (skip questions)] Initialize a new project. ๐ŸŒฑ

Package Management

  • meow add <pkg1..pkg2...> [-g] [--dev] Add one or more packages to your project. Use -g for global installation and --dev for development dependencies. ๐Ÿ“ฆ

  • meow remove <pkg1..pkg2...> [-g] [--dev] Remove one or more packages from your project. Use -g for global removal and --dev for development dependencies. โŒ

  • meow meow Install all dependencies specified in your project. ๐Ÿฑ

  • meow all Install all packages in the project. โš™๏ธ

Script Management

  • meow flush Run scripts using the cats framework. ๐Ÿพ

  • meow dev Execute the development script. ๐Ÿ”ง

Project Structure and Backup

  • meow struct Save the code structure to a file named meow-structure.yml. ๐Ÿ—‚๏ธ

  • meow backup Create a backup of your project, excluding .git and node_modules. ๐Ÿ’พ

Dependency Analysis and Maintenance

  • meow outdated Check for outdated packages and update them as necessary. ๐Ÿ”„

  • meow analyze Analyze your dependencies and report the bundle size. ๐Ÿ“Š

  • meow audit Check for outdated versions and suggest updates. ๐Ÿ”

  • meow seccheck Scan your project for known vulnerabilities. ๐Ÿ”’

  • meow prune Remove unnecessary dependencies and clean up unused packages. ๐Ÿงน

  • meow list List all installed dependencies in the current project. ๐Ÿ“œ

  • meow licenses List all licenses for the installed packages in the current project. โš–๏ธ

  • meow doctor Check for common issues in your project. ๐Ÿฉบ

Binary and Package Information

  • meow bin Get the path to the installed binaries (e.g., Node.js). ๐Ÿ”

  • meow info <pkg> Fetch detailed information about a specific package, including its name and version. ๐Ÿ”

  • meow languages Lists detected programming languages and files in a project. ๐Ÿ“œ

  • meow checkerrors Detect and list errors into the code. ๐Ÿ‘พ

Cleanup and Compatibility

  • meow clean Remove logs, backups, and unused files from your project. ๐Ÿงน

  • meow compatibility Check the compatibility of your dependencies with Node.js. ๐Ÿง‘โ€๐Ÿ’ป

Updates and Versioning

  • meow update Update MEOW CLI if a new version is available. ๐Ÿ“ˆ

  • meow version Display the current version of MEOW CLI. ๐Ÿงฌ

Help and Support

  • meow help Display this help guide. โ“

Additional Resources

For more information, visit our website: Neko CLI

Last updated