Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/distantcam/projecttemplate
A simple rapid project creator for me.
https://github.com/distantcam/projecttemplate
Last synced: about 2 months ago
JSON representation
A simple rapid project creator for me.
- Host: GitHub
- URL: https://github.com/distantcam/projecttemplate
- Owner: distantcam
- Created: 2012-06-06T02:27:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-26T02:05:46.000Z (about 12 years ago)
- Last Synced: 2023-03-19T01:02:52.104Z (almost 2 years ago)
- Language: C#
- Size: 832 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
This is a set of scripts to help set up a new project quickly.
To use it:
msbuild Template.proj /p:Namespace="MyNewProjectName"
There is also a WPF base project.
msbuild TemplateWPF.proj /p:Namespace="MyNewWPFProject"
The WPF project uses the following libraries:
- [Autofac](http://code.google.com/p/autofac/)
- [Caliburn.Micro](http://caliburnmicro.codeplex.com/)
- [Caliburn.Micro.Autofac](https://github.com/dbuksbaum/Caliburn.Micro.Autofac)
- [NLog](http://nlog-project.org/)
- [PropertyChanged](https://github.com/SimonCropp/PropertyChanged)/[PropertyChanging](https://github.com/SimonCropp/PropertyChanging)/[ModuleInit](https://github.com/SimonCropp/ModuleInit) from [Fody](https://github.com/SimonCropp/Fody)
- [ReactiveUI](https://github.com/xpaulbettsx/ReactiveUI)The tests use:
- [ApprovalTests](http://approvaltests.sourceforge.net/)
- [XUnit + Extensions](http://xunit.codeplex.com/)