DotNetCleanArchitecture alternatives and similar packages
Based on the "Application Templates" category.
Alternatively, view DotNetCleanArchitecture alternatives based on common mentions on social networks and blogs.
-
Serene
Serenity is an ASP.NET MVC application platform designed to simplify and shorten development of data-centric business applications with a service based architecture. Serene is a starter template to build Serenity applications. -
ASP.NET MVC Boilerplate
A professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft. -
ASP.NET Core Starter Kit
backend: .NET Core, EF Core, C#; frontend: Babel, Webpack, React, CSS Modules -
ProjectScaffold
A prototypical .NET solution recommended by the F# Foundation---includes file system setup, Paket for dependencies and FAKE for build/test automation. By default, build process also compiles documentation and generates NuGet packages. -
Nucleus
Vue startup application template that uses ASP.NET Core API layered architecture at the back-end and JWT based authentication -
JHipster.NET
JHipster blueprint for replace orginal SpringBoot Backend by asp.net core. The main goal generator of jhipster is showcases best practices of modern web development in java. So the goal of the project is to do the same in .net. The Frontend can be generated with angular or react and soon with blazor.
Pixel-Perfect Multi-Platform Applications with C# and XAML
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of DotNetCleanArchitecture or a related project?
README
:white_check_mark: Commad-Line Task management with storage on your GitHub :fire:
The simple task management powered by .NET Core Global Tools and accesible everywhere with your GitHub account.
Demo
Install
$ dotnet tool install -g todo
Setup
It requires a Personal Access Token from your GitHub account. Create one, make sure to include Gist
in the scope and copy the token.
Replace the YOUR_GIST_TOKEN
with the copied token then run the following command:
$ todo gt YOUR_GIST_TOKEN
Task Management Commands
Command | Description |
---|---|
todo "Boil water in a large pot" |
Adds a new task. |
todo ls |
List all tasks. |
todo ren 128 "Salt the water" |
Renames task title with id 128 to Salt the water . |
todo do 6d |
Marks task with id 6d to done. |
todo undo f1381d68 |
Marks task with id f1381d68 to incomplete. |
todo rm f02a57b8 |
Removes task with id f02a57b8 . |
Configuration Commands
Command | Description |
---|---|
todo gt YOUR_GIST_TOKEN |
Set the GitHub account ID. |
todo gi YOUR_GIST_ID |
Set the Gist ID to sync your tasks. |
Run todo help
for the complete list of parameters and todo i
to enter in the interactive mode.
Development
:arrow_forward: Running from source
$ dotnet run --project "source/TodoList.ConsoleApp/TodoList.ConsoleApp.csproj" -- i
:checkered_flag: Development Environment
- MacOS Mojave :apple:
- Visual Studio Code :heart:
- .NET Core SDK 2.2
- Docker :whale: (Optional)
- SQL Server (Optional)
:telephone: Support and Issues
Please give it a star
then open an issue.