Skip to main contentIBM Cloud-Native

Code Patterns Repositories

Code Patterns provide a perfect on ramp to help projects get started. The Developer Tools project is providing a set templates that can be used to get projects up and running quickly and focusing on use case and business logic.

Read up on why you should start with a Code Pattern and if you have not already tried to deploy your first app to show you how easy it is to get started

Here are links to the base set of Code Patterns provided for the IBM Garage for Cloud Developer Tools.

  • To use the Code Patterns, click on the link and then the Template button to create a version in your own git organization.

  • Then clone it onto your local machine and then use igc pipeline to register it with your CI server either Jenkins or Tekton.

    oc login
    oc get pods
    npm install -g @ibmgaragecloud/cloud-native-toolkit-cli
    git clone <code pattern> | cd <code pattern>
    igc enable | git add . | git commit -m "Update"" | git push
    igc sync <project> --dev
    igc pipeline