@charleylla/cli

1.0.17 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @charleylla/cli

Weekly Downloads

1

Version

1.0.17

License

ISC

Unpacked Size

22.9 kB

Total Files

20

Last publish

Collaborators

  • charleyloveslylla