Skip to content
/ Proteus Public

Toolkit de desarrollo rápido de aplicaciones de datos

License

Notifications You must be signed in to change notification settings

TheXDS/Proteus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proteus

CodeFactor Build Proteus Publish Proteus Issues MIT

Proteus is a framework to rapidly prototype and develop apps connected to databases, implementing the logic required to dynamically generate the required UI and ViewModels to execute basic CRUD operations.

Releases

Release Link
Latest public release: Latest stable NuGet package
Latest development release: Latest development NuGet package

Package Manager

Install-Package TheXDS.Proteus

.NET CLI

dotnet add package TheXDS.Proteus

Paket CLI

paket add TheXDS.Proteus

Package reference

<PackageReference Include="TheXDS.Proteus" Version="1.0.0" />

C# interactive window (CSI)

#r "nuget: TheXDS.Proteus, 1.0.0"

Building

Proteus can be built on any platform or CI environment supported by dotnet.

Prerequisites

Build Proteus

dotnet build ./src/Proteus.sln

The resulting binaries will be in the ./Build/bin directory.

Contribute

Buy Me A Coffee

If Proteus is useful to you, or if you're interested in donating to sponsor the project, feel free to to a donation via PayPal, BuyMeACoffee or just contact me directly.

Sadly, I cannot offer other means of sending donations as of right now due to my country (Honduras) not being supported by almost any platform.

About

Toolkit de desarrollo rápido de aplicaciones de datos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages