honoor
v1.2.3
Published
package yang terinspirasi oleh artisan
Readme
HONO GENERATOR / HONOOR
honoor
honoor is a CLI tool to set up a Hono.js project with CRUD operations.
Installation
npm install honoorCommands
init
Initializes the folder structure for a Hono.js project.
honoor initcreate <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> -sThis will create a service file with the specified name.
Usage
Initialize Project Structure
honoor initCreate a New File
honoor create <name> -sReplace
<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 honoorCommands
init
Initializes the folder structure for a Hono.js project.
honoor initcreate <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> -sThis will create a service file with the specified name.
Usage
Initialize Project Structure
honoor initCreate a New File
honoor create <name> -sReplace
<name>with the desired file name and use the appropriate option to specify the type of file.
License
GPL-3.0
