0.1.16 • Published 10 months ago

@quick-gen/cli v0.1.16

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@quick-gen/cli

npm version License: MIT

A quick and flexible code generation toolkit.

🚀 Features

  • 📝 Code Generation: Generate various types of code and documentation
  • 🔧 Plugin System: Extensible architecture for different generation needs
  • 🎯 Easy to Use: Simple and intuitive CLI interface
  • 🔄 More features coming soon...

📦 Installation

Global Installation (Recommended)

# Using npm
npm install -g @quick-gen/cli

# Using yarn
yarn global add @quick-gen/cli

# Using pnpm
pnpm add -g @quick-gen/cli

Local Installation

# Using npm
npm install @quick-gen/cli --save-dev

# Using yarn
yarn add -D @quick-gen/cli

# Using pnpm
pnpm add -D @quick-gen/cli

🎯 Usage

Generate React Documentation

# Using global installation
quick-gen react -d src/components

# Using local installation
npx quick-gen react -d src/components

Common Commands

# Generate docs for components
quick-gen react -d src/components

# Show help
quick-gen --help

CLI Options

CommandDescription
react -d [dir]Generate JSDoc for React components

React Command Options

OptionAliasDescriptionDefault
--dir-dDirectory to scan for React componentssrc
--help-hShow help

🛠️ Requirements

  • Node.js >= 14
  • React project with .js or .jsx files

📦 Related Packages

🔗 Links

0.1.16

10 months ago

0.1.15

10 months ago

0.1.14

11 months ago

0.1.13

12 months ago

0.1.12

12 months ago

0.1.11

12 months ago

0.1.10

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago