honoor
v1.2.3
Published
package yang terinspirasi oleh artisan
Downloads
4
Readme
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
Initialize Project Structure
honoor init
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
Initialize Project Structure
honoor init
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