Skip to content

linda94/templates

 
 

Repository files navigation


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

🚀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

Contains all templates for Create React App.

Contains all templates for .NET.

Contains all templates for FastAPI.

Contains all templates for NodeJs.

Docs for these templates, made with docusaurus.

About

Templates for Intility developers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 30.5%
  • TypeScript 28.3%
  • Python 15.6%
  • CSS 11.9%
  • C# 6.9%
  • Smarty 3.3%
  • Other 3.5%