Skip to content

GWT-M3O-TEST/m3o-generator-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

M3O Generator Action

This action generates M3O clients of the specified target, target like dart, cli, curl etc.

Inputs

target

Required The name of the target. Default "go".

services_path

Required The path of micro/services.

Example usage

jobs:
  generate:
    name: build M3O CLI
    runs-on: ubuntu-latest
    steps:
      - name: Check GWT-m3o-cli repo
        uses: actions/checkout@v2
        with:
          path: m3o-cli
        
      - name: Check micro/services repo
        uses: actions/checkout@v2
        with:
          repository: 'micro/services'
          path: services

      - name: Generate m3o-cli clients
        uses: GWT-M3O-TEST/[email protected]
        with:
          target: 'cli'
          services_path: services

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published