Coder Social home page Coder Social logo

mam_build's Introduction

Build MAM

GitHub Action to build MAM based project.

Inputs

token

Required Github personal access token.

package

Required Path to your package in global MAM scope.

modules

Optional Paths to your modules that you want to build reative to package. By default builds package as module.

meta

Optional Paths to dependent module and namespace repositories. They will be loaded before build.

Example usage

    - name: Build app
      uses: hyoo-ru/mam_build@master2
      with:
        package: 'piterjs'
        modules: 'app intro'

Two modules $piterjs_app and $piterjs_intro will be built.

    - name: Build app
      uses: hyoo-ru/mam_build@master2
      with:
        package: 'piterjs/app'

The $piterjs_app module will be built.

    - name: Build app
      uses: hyoo-ru/mam_build@master2
      with:
        token: ${{ secrets.GH_PAT }}
        package: 'my/counter'
        meta: |
          my https://github.com/githubuser/mam_my

The $my_counter module will be built. Before the build, the repository https://github.com/githubuser/mam_my will be cloned at the path mam/my, which contains my.meta.tree. It contains links to modules used by $my_counter.

Full workflow example

Build with publish to NPM

More examples

mam_build's People

Contributors

nin--jin avatar nin-jin avatar pavelzubkov avatar zerkalica avatar

Watchers

 avatar  avatar  avatar

Forkers

pavelzubkov

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.