Giter Site home page Giter Site logo

teracy-dev-v05-compat's Introduction

teracy-dev-v05-compat

The extension to use to help to port teracy-dev from v0.5's features to teracy-dev v0.6

So when this extension is used for teracy-dev v0.6, teracy-dev will have all the supported features from v0.5

Dependencies

This extension requires:

  • teracy-dev: >= 0.6.0-a5, < 0.7.0
  • teracy-dev-core: >= 0.4.0
  • teracy-dev-essential: >= 0.3.0

See the manifest.yaml file for more information.

How to use

Configure workspace/teracy-dev-entry/config_default.yaml with the following similar content:

  • Use specific version:
teracy-dev:
  extensions:
    - _id: "entry-v05-compat"
      path:
        extension: teracy-dev-v05-compat
      location:
        git:
          remote:
            origin: https://github.com/teracyhq-incubator/teracy-dev-v05-compat.git
          branch: v0.5.0
      require_version: ">= 0.5.0"
      enabled: true
  • Use latest stable version (auto update):
teracy-dev:
  extensions:
    - _id: "entry-v05-compat"
      path:
        extension: teracy-dev-v05-compat
      location:
        git:
          remote:
            origin: https://github.com/teracyhq-incubator/teracy-dev-v05-compat.git
          branch: master
      require_version: ">= 0.5.0"
      enabled: true
  • Use latest develop version (auto update):
teracy-dev:
  extensions:
    - _id: "entry-v05-compat"
      path:
        extension: teracy-dev-v05-compat
      location:
        git:
          remote:
            origin: https://github.com/teracyhq-incubator/teracy-dev-v05-compat.git
          branch: develop
      require_version: ">= 0.6.0-SNAPSHOT"
      enabled: true

See this example teracy-dev-entry setup: https://github.com/teracyhq-incubator/teracy-dev-entry-v05#how-to-use

How to develop

You should configure the forked git repo into the workspace directory by adding the following similar content into workspace/teracy-dev-entry/config_override.yaml:

teracy-dev:
  extensions:
    - _id: "entry-v05-compat" # must match the _id configured from the config_default.yaml file
      path:
        lookup: workspace # use workspace directory to lookup for this extension
      location:
        git:
          remote:
            origin: [email protected]:hoatle/teracy-dev-v05-compat.git # your forked repo
            upstream: [email protected]:teracyhq-incubator/teracy-dev-v05-compat.git
          branch: develop
      require_version: ">= 0.6.0-SNAPSHOT"

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.