Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/riahimedamine/useful-templates
- Owner: riahimedamine
- License: mit
- Created: 2024-02-09T00:46:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T17:58:49.000Z (10 months ago)
- Last Synced: 2024-11-14T00:54:20.922Z (about 1 month ago)
- Topics: css, css-classes, css-template, docker, docker-compose, dockerfile, editorconfig, eslint-config, eslintconfig, eslintrc, jenkins-pipeline, jenkinsfile, prettier-config, prettierconfig, prettierrc, readme-template
- Language: CSS
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.