Giter Site home page Giter Site logo

dotnet-template-templates's Introduction

dotnet-template-templates

Templates for "dotnet new" for creating project and item templates.

These are a work-in-progress; feel free to raise an issue if you have questions or would like to help out :-)

Installing

To install the templates, see the instructions for the latest release.

Using

  • To create a new project template, run dotnet new project-template.
  • To create a new item template, run dotnet new item-template.

Note - both these templates create projects; those projects produce packages which, when installed, will make project or item templates available.

Also, there is a Template packaging template, to create a new package project, run dotnet new packaging-template.

Run from source

To install the templates directly from the repository, run the following command from the root of this repository:

dotnet new -i src/Templates/content

dotnet-template-templates's People

Contributors

doggy8088 avatar halex2005 avatar kralizek avatar mlorbetske avatar tintoy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dotnet-template-templates's Issues

Unify project and item templates

Currently, to create a new project or item template, you need to run either dotnet new project-template or dotnet new item-template., respectively.

As noted in dotnet/templating#954, it might be simpler to have a single template with a required parameter that selects either project or item template so you can simply run dotnet new template --type project.

How to use?

Hi!

I was looking through the scarce documentation currently existing about the new templating system and I found your project.
Although I couldn't find any way to use it.
Should I download the source or is there a NuGet package I can consume?

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.