All Projects → barestan → TypewriterCli

barestan / TypewriterCli

Licence: other
Typewriter NetCore version with command line interface and single file processing.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to TypewriterCli

piranha.core.templates
Project templates for Piranha.Core
Stars: ✭ 21 (+5%)
Mutual labels:  dotnet-standard
sym
A Mathematica package for generating symbolic models from data
Stars: ✭ 46 (+130%)
Mutual labels:  generation
pixitar
🧝 Pixitar is an avatar generation library written in Ruby.
Stars: ✭ 20 (+0%)
Mutual labels:  generation
GroundGrowing
Open Source Unity3d Planetary Terrain Editor Extension with incremental background updates via multithreading
Stars: ✭ 66 (+230%)
Mutual labels:  generation
Entia
Entia is a free, open-source, data-oriented, highly performant, parallelizable and extensible Entity-Component-System (ECS) framework written in C# especially for game development.
Stars: ✭ 28 (+40%)
Mutual labels:  dotnet-standard
NLog.Targets.Syslog
A Syslog server target for NLog
Stars: ✭ 63 (+215%)
Mutual labels:  dotnet-standard
GPT2-Telegram-Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 67 (+235%)
Mutual labels:  generation
LinqBuilder
LinqBuilder is an advanced implementation of the specification pattern specifically targeting LINQ query generation.
Stars: ✭ 34 (+70%)
Mutual labels:  dotnet-standard
AsteroidsWasm
Collection of applications based on a single C# .NET Standard project running in: Blazor Client (WebAssembly), Blazor Server, Electron, WPF, WinForms, Xamarin
Stars: ✭ 136 (+580%)
Mutual labels:  dotnet-standard
ridesharing-ios
Ridesharing driver & rider sample apps using HyperTrack SDK
Stars: ✭ 97 (+385%)
Mutual labels:  rider
FocusSeq2Seq
[EMNLP 2019] Mixture Content Selection for Diverse Sequence Generation (Question Generation / Abstractive Summarization)
Stars: ✭ 109 (+445%)
Mutual labels:  generation
Solid
.NET apps done SOLID way
Stars: ✭ 18 (-10%)
Mutual labels:  dotnet-standard
Dot-Net-Ecosystem
Welcome to the GitHub repository of the .NET Ecosystem. This repository contains the examples for the Pluralsight course: The .NET Ecosystem: The Big Picture. You can download a copy and follow along in the course.
Stars: ✭ 34 (+70%)
Mutual labels:  dotnet-standard
NETCoreSync
NETCoreSync is a database synchronization framework where each client's local offline database (on each client's multiple devices) can be synchronized on-demand via network into a single centralized database hosted on a server. Data which are stored locally within each device of a single client can all be synchronized after each device have succ…
Stars: ✭ 71 (+255%)
Mutual labels:  dotnet-standard
Sceelix
A procedural generation software for automating 2D/3D content creation.
Stars: ✭ 98 (+390%)
Mutual labels:  generation
image-gen-api
An API To manupulate Images
Stars: ✭ 14 (-30%)
Mutual labels:  generation
TinyPubSub
Worlds smallest pub/sub thingy created mostly for Xamarin Forms but should also work else where...
Stars: ✭ 23 (+15%)
Mutual labels:  dotnet-standard
laravel-bootstrap-components
Ready-to-use and customizable form components.
Stars: ✭ 20 (+0%)
Mutual labels:  generation
NetOctree
A dynamic, loose octree implementation written in C# as a .NET Standard 2.1 library
Stars: ✭ 77 (+285%)
Mutual labels:  dotnet-standard
resharper-structured-logging
An extension for ReSharper and Rider that highlights structured logging templates and contains some useful analyzers
Stars: ✭ 117 (+485%)
Mutual labels:  rider

Typewriter Cli

NetCore port of Typewriter with command line interface and single file processing.

Typewriter Cli options:

  • t|template= - full path to template (*.tst) file.
  • s|source= - full path to source (*.cs) file.

Use Typewriter Cli with Rider

Use Rider File Watchers settings.

file watcher settings

Restrictions

  • Single file processing
    Code model (classes, properties, methods etc) returns only objects of processing file.
  • Type.IsDefined is not supported (stub)
    Type.IsDefined always returns Type.!IsPrimitive.
  • Settings.IncludeCurrentProject() and Settings.IncludeProject("Project.Name") is not supported (stub). Use Rider File Watchers settings to select projects and files in projects.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].