GithubHelp home page GithubHelp logo

matthewmichihara / et-test-v2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from peterlin741/et-test-v2

0.0 2.0 0.0 160 KB

License: Apache License 2.0

Dockerfile 11.21% Java 21.47% HTML 67.32%

et-test-v2's Introduction

Example Custom Template Repository

Description

This repository is an example Custom Template Repository that can be used with the Cloud Code plugins for VSCode and IntelliJ. To see detailed infomration about how to work with template repositories, visit our documentation page.

Contents

.cctemplate

The .cctemplate file belongs in the root of your project. This file describes the contents of your repository so that Cloud Code knows where to look for your templates. It should look something like the following:

{
    "metadata": {
        "version": "1"
    },
    "templates": [
        {
            "path": "path/to/my/template",
            "name": "My Template",
            "description": "This template helps you create something amazing!",
            "languages": ["lang-1", "lang-2", "lang-3", ...]
        },
        ...
    ]
}

There is an example .cctemplate in the root directory of this repository that you can review.

hello-world

A sample golang template. You can see an entry for this template in the .cctemplate file.

Usage

To see an example of how the Custom Templates feature of Cloud Code works, you can configure your IDE to recognize this repository and create applications based on the templates within. Follow the steps below to see Custom Templates in action!

If you're interested in creating your own Custom Template, you can clone this repository, create a new directory containing your template (or make changes to any of the sample templates), and import your local, updated repository into your IDE of choice. Make sure to make any necessary updates to the templates.json file before importing your repository or you might see an error.

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.