Giter VIP home page Giter VIP logo

template's Introduction

Repository Template

Repository to be reused for any project requiring well structured & partitioned files

Directories

  • src Folder: The source code folder! However, in languages that use headers (or if you have a framework for your application) don’t put those files in here.
  • test Folder: Unit tests, integration tests… go here.
  • .config Folder: It should local configuration related to configuration of project files.
  • .build Folder: This folder should contain all scripts related to build process (PowerShell, Docker compose…).
  • dep Folder: This is the directory where all your dependencies should be stored.
  • doc Folder: The documentation folder
  • static Folder: For all static resources in your project. For example, images.
  • tools Folder: Convenience directory for your use. Should contain scripts to automate tasks in the project, for example, build scripts, rename scripts. Usually contains .sh, .cmd files for example.
  • .vscode Folder: Config dir for local VS Code IDE
  • .github Folder: Config dir for Github & Gitlab CI-CD

Run

python -m template

template's People

Contributors

nicoboou avatar

Watchers

 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.