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

https://github.com/sheldonhull/ci-configuration-files

This repo will contain some general configuration files for usage with pre-commit, linting, and others that I might want to drop into a new repo.
https://github.com/sheldonhull/ci-configuration-files

automation ci linting

Last synced: 10 months ago
JSON representation

This repo will contain some general configuration files for usage with pre-commit, linting, and others that I might want to drop into a new repo.

Awesome Lists containing this project

README

          

# CI Configuration Files 👋

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/sheldonhull/ci-configuration-files)

![gopherbadger-tag-do-not-edit]()

## About

I often want to bootstrap a project with some tooling, but have found that not every project fits the exact same needs.

A better way might be to use a tool like Cookie Cutter, but I need a minimal start right now.

This repo will contain some general configuration files for usage with pre-commit, linting, and others that I might want to drop into a new repo.

## Getting Started

Install [File Vault](https://github.com/zaguiini/vscode-file-vault) and point to this repo.

Grab the required files for a new project.

## Prerequisites

Optional: VSCode & [File Vault](https://github.com/zaguiini/vscode-file-vault)

## Credits

- Starting point of goyek task template and launcher scripts from: [GitHub - pellared/fluentassert: Extensible fluent API for assertions.](https://github.com/pellared/fluentassert)