Skip to content

BeratHundurel/Section-Generator-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Section Generator CLI

Nuget

Package Page

Overview

Section Generator CLI is a command-line tool developed for internal use at Webbilir. Its primary purpose is to automate the creation of new section components for both client and admin registration. Additionally, it supports the generation of inputs for text, images, and paragraphs on the admin side of a section, enabling developers to speed up their workflow.

Installation

You can install the Section Generator CLI via NuGet:

dotnet tool install --global SectionGeneratorWebbilir --version 2.0.1

Usage

Basic Command

To generate a new section, use the following command:

section Example

This command will create a new section with the specified name.

Creating Inputs

You can specify the type and number of inputs for a admin side of section. For example, to create a section with 3 paragraphs and 2 images, use:

section Example --pr 3 --im 2 --txt 1
  • --pr 3: 3 paragraphs
  • --im 2: 2 images
  • --txt 1: 1 textareas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages