Skip to content

hono generator digunakan untuk mempermudah pengaturan struktur folder di framework hono. honoor terinspirasi oleh artisan di php meskipun dengan keterbatasan fitur untuk sekarang

License

Notifications You must be signed in to change notification settings

kurniawanxyz/honoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HONO GENERATOR / HONOOR

honoor

honoor is a CLI tool to set up a Hono.js project with CRUD operations.

Installation

npm install honoor

Commands

init

Initializes the folder structure for a Hono.js project.

honoor init

create <name>

Creates a new file. You must specify the type of file to create using one of the options below:

  • -s, --service: Create a service file
  • -rsc, --resources: Create service, handler, domain, and repository files
  • -h, --handler: Create a handler file
  • -d, --domain: Create a domain file
  • -hl, --helpers: Create a helpers file
  • -r, --repository: Create a repository file
  • -l, --lib: Create a lib file

Example:

honoor create <name> -s

This will create a service file with the specified name.

Usage

  1. Initialize Project Structure

    honoor init
  2. Create a New File

    honoor create <name> -s

    Replace <name> with the desired file name and use the appropriate option to specify the type of file.

License

honoor

honoor is a CLI tool to set up a Hono.js project with CRUD operations.

Installation

npm install honoor

Commands

init

Initializes the folder structure for a Hono.js project.

honoor init

create <name>

Creates a new file. You must specify the type of file to create using one of the options below:

  • -s, --service: Create a service file
  • -rsc, --resources: Create service, handler, domain, and repository files
  • -h, --handler: Create a handler file
  • -d, --domain: Create a domain file
  • -hl, --helpers: Create a helpers file
  • -r, --repository: Create a repository file
  • -l, --lib: Create a lib file

Example:

honoor create <name> -s

This will create a service file with the specified name.

Usage

  1. Initialize Project Structure

    honoor init
  2. Create a New File

    honoor create <name> -s

    Replace <name> with the desired file name and use the appropriate option to specify the type of file.

License

GPL-3.0

About

hono generator digunakan untuk mempermudah pengaturan struktur folder di framework hono. honoor terinspirasi oleh artisan di php meskipun dengan keterbatasan fitur untuk sekarang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published