All Projects → Intility → templates

Intility / templates

Licence: MIT license
Templates for Intility developers.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
C#
18002 projects
Smarty
1635 projects

Projects that are alternatives of or similar to templates

ZeroToHeroDaprCon
Demos from my Zero to Hero with Dapr session @ DaprCon
Stars: ✭ 36 (+16.13%)
Mutual labels:  aspnetcore, fastapi
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (+2006.45%)
Mutual labels:  create-react-app, aspnetcore
BlazorDemo
Demo application for my writings about Blazor
Stars: ✭ 79 (+154.84%)
Mutual labels:  aspnetcore
microservices-change-data-capture-with-debezium
Microservices data exchange with change data capture and outbox pattern.
Stars: ✭ 78 (+151.61%)
Mutual labels:  aspnetcore
yomomma-apiv2
REST-API using FastAPI for Python that gives a 'yo momma' joke
Stars: ✭ 30 (-3.23%)
Mutual labels:  fastapi
truffle-react
⚛️ A boilerplate Truffle Box project with Create React App for rapid Ethereum Dapp development
Stars: ✭ 45 (+45.16%)
Mutual labels:  create-react-app
fastapi-zeit-now
A simple example of deploying FastAPI as a Zeit Serverless Function
Stars: ✭ 24 (-22.58%)
Mutual labels:  fastapi
lupyne
Pythonic search engine based on PyLucene.
Stars: ✭ 61 (+96.77%)
Mutual labels:  fastapi
pydantic-i18n
pydantic-i18n is an extension to support an i18n for the pydantic error messages.
Stars: ✭ 32 (+3.23%)
Mutual labels:  fastapi
django-fastapi-docs
Django、FastAPI、MySQL、Mongodb、Redis、Devops、Nginx、Vue、Docker、Supervisor、Celery
Stars: ✭ 41 (+32.26%)
Mutual labels:  fastapi
fastapi-starter
A FastAPI based low code starter: Async SQLAlchemy, Postgres, React-Admin, pytest and cypress
Stars: ✭ 97 (+212.9%)
Mutual labels:  fastapi
fastapi-mvc
Developer productivity tool for making high-quality FastAPI production-ready APIs.
Stars: ✭ 131 (+322.58%)
Mutual labels:  fastapi
linkedin-clone-react-frontend
🚀 Frontend for a software similar to LinkedIn
Stars: ✭ 48 (+54.84%)
Mutual labels:  create-react-app
run-aspnet-grpc
Using gRPC in Microservices for Building a high-performance Interservice Communication with .Net 5. See gRPC Microservices and Step by Step Implementation on .NET Course w/ discount->
Stars: ✭ 82 (+164.52%)
Mutual labels:  aspnetcore
Stack-Lifecycle-Deployment
OpenSource self-service infrastructure solution that defines and manages the complete lifecycle of resources used and provisioned into a cloud! It is a terraform UI with rest api for terraform automation
Stars: ✭ 88 (+183.87%)
Mutual labels:  fastapi
Something-about-aspnetcore-book
The Something about ASP.NET Core Book is introduction to web programming and based on ASP.NET Core 2.2
Stars: ✭ 35 (+12.9%)
Mutual labels:  aspnetcore
DNTBreadCrumb.Core
DNTBreadCrumb.Core Creates custom bread crumb definitions, based on Twitter Bootstrap 3.x features for ASP.NET Core applications.
Stars: ✭ 32 (+3.23%)
Mutual labels:  aspnetcore
eslint-config-website
GUI for generating ESLint configs
Stars: ✭ 45 (+45.16%)
Mutual labels:  create-react-app
docker-workshop-with-react-aspnetcore-redis-rabbitmq-mssql
An Asp.Net Core Docker workshop project that includes react ui, redis, mssql, rabbitmq and azure pipelines
Stars: ✭ 53 (+70.97%)
Mutual labels:  aspnetcore
fastapi-camelcase
Package for providing a class for camelizing request and response bodies for fastapi while keeping your python code snake cased.
Stars: ✭ 45 (+45.16%)
Mutual labels:  fastapi


Intility Developer Templates

This repository contains Intility Templates for Create React App and .NET, which aims to give Intility developers battle-tested sane defaults for their projects. More frameworks might be included in the future.

publish cra publish docs publish dotnet

Docs

🚀Getting started

To get started with a project, simply run one of the following commands.

CRA TypeScript:

npx create-react-app my-app --template @intility

CRA JavaScript:

npx create-react-app my-app --template @intility/js

dotnet:

dotnet new --install Intility.Templates
dotnet new intilityapi -o MyApi

Express:

npm install -g yo                           # Install Yeoman CLI
npm install -g @intility/generator-express  # Install Intility Express project generator

mkdir <projectName> && cd <projectName>     # Create a new project folder
yo @intility/express                        # Use Yeoman CLI to run the template generator 

There is a lot more to it, so please visit the docs for the next steps.

Repository structure

cra

Contains all templates for Create React App.

dotnet

Contains all templates for .NET.

fastapi

Contains all templates for FastAPI.

nodejs

Contains all templates for NodeJs.

docusaurus

Docs for these templates, made with docusaurus.

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].