Skip to content

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

License

Notifications You must be signed in to change notification settings

riahimedamine/Useful-Templates

Repository files navigation

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.