1.0.17 ā€¢ Published 5 years ago

@charleylla/cli v1.0.17

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

maruko

An engineering build tool

Install

npm install -g @charleylla/cli
yarn global add @charleylla/cli

View help information

maruko -h
icb -h

Initialize project

icb new <project-type> <project-name>
maruko new <project-type> <project-name>

Usage

šŸ‰  šŸ‰  Create Module  šŸ‰  šŸ‰

 - maruko generate module <your-module-name>
 - icb generate module <your-module-name>

Or use by the alias way:

 - maruko g m <your-module-name>
 - icb g m <your-module-name>

šŸŒ šŸŒ Create Component šŸŒ šŸŒ     
       
- maruko generate component <your-component-name>
- icb generate component <your-component-name>

Or use by the alias way:
   
- maruko g c <your-component-name>
- icb g c <your-component-name>

šŸŽ šŸŽ Create DTO šŸŽ šŸŽ

- maruko generate dto <your-dto-name>
- icb generate dto <your-dto-name>

Or use by the alias way:

- maruko g d <your-dto-name>
- icb g d <your-dto-name>

šŸ šŸ Create Enum šŸ šŸ  

- maruko generate enum <your-enum-name>
- icb generate enum <your-enum-name>

Or use by the alias way:

- maruko g e <your-enum-name>
- icb g e <your-enum-name>

šŸ‡ šŸ‡ Create Service šŸ‡ šŸ‡

- maruko generate service <your-service-name>
- icb generate service <your-service-name>

Or use by the alias way:

- maruko g s <your-service-name>
- icb g s <your-service-name>