Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riahimedamine/useful-templates

A simple template repository for a common files. It is used as a starting point for other projects.
https://github.com/riahimedamine/useful-templates

css css-classes css-template docker docker-compose dockerfile editorconfig eslint-config eslintconfig eslintrc jenkins-pipeline jenkinsfile prettier-config prettierconfig prettierrc readme-template

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

- [Useful Templates](#useful-templates)
- [Description](#description)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Contents](#contents)
- [Contributing](#contributing)

## 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](/.dockerfile): A Dockerfile template for containerization.
- [docker-compose.yml](/docker-compose.yml): A docker-compose template for connecting multiple containers and local development.
- [.editorconfig](/.editorconfig): An editorconfig template for consistent coding style.
- [.eslintrc](/.eslintrc): An eslintrc template for consistent coding style and discovery of errors.
- [.eslintignore](/.eslintignore): An eslintignore template.
- [.prettierrc](/.prettierrc): A prettierrc template for consistent coding style.
- [.prettierignore](/.prettierignore): A prettierignore template.
- [.jenkinsfile](/.jenkinsfile): A jenkinsfile template for continuous integration and delivery.
- [style.css](/style.css): A css file containing useful styles.
- [README.template.md](/README.template.md): A README template for documentation.
- [LICENSE](/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.