riahimedamine / Useful-Templates

A simple template repository for a common files. It is used as a starting point for other projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful Templates

Description

This is a simple template repository for a common files. It is used as a starting point for other projects.

Table of Contents

Installation

To install this template, download the file and copy it to your project.

Usage

To use this template, download the needed files and edit them to your liking.

Contents

  • .dockerfile: A Dockerfile template for containerization.
  • docker-compose.yml: A docker-compose template for connecting multiple containers and local development.
  • .editorconfig: An editorconfig template for consistent coding style.
  • .eslintrc: An eslintrc template for consistent coding style and discovery of errors.
  • .eslintignore: An eslintignore template.
  • .prettierrc: A prettierrc template for consistent coding style.
  • .prettierignore: A prettierignore template.
  • .jenkinsfile: A jenkinsfile template for continuous integration and delivery.
  • style.css: A css file containing useful styles.
  • README.template.md: A README template for documentation.
  • LICENSE: A LICENSE template for open source licensing (MIT). !! Remember to edit the year and the owner. !!

Contributing

No contributions are being accepted at this time.

About

A simple template repository for a common files. It is used as a starting point for other projects.

License:MIT License


Languages

Language:CSS 89.3%Language:Dockerfile 10.7%