Git Product home page Git Product logo

templates's Introduction


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.

templates's People

Contributors

h3rmanj avatar dependabot[bot] avatar minimarker avatar emilkje avatar jonasks avatar loekensgard avatar daniwk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.