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 namedmeow-structure.yml
. ๐๏ธmeow backup
Create a backup of your project, excluding.git
andnode_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