Repository Template - A repository bootstrap project

Repository

https://github.com/LePetitBloc/repository-template

Project

repository-template is a set of default templates files for our Open Source projects. For example, the default README.md is customised with our donations addresses and we don't need to find them for each projects.

Usage is super simple

git clone https://github.com/lepetitbloc/repository-template.git my-project
cd my-project
# Remove the git repository metadata
rm -rf .git/
# Start a brand new repository
git init
git add .

New feature .editorconfig

The last commit add a default .editorconfig file. EditorConfig is a standard configuration file understable by many IDE. The goal is simple: everyone use the same coding standards. For example, we are using WebStorm/PhpStorm from Jetbrains and they doesn't understand EditorConfig by default, so we are using this plugin (complete list).

GitHub Account

https://github.com/pocky

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center