Browse Source

Merge branch 'master' into Update-CHANGELOG.md

pull/351/head
Ross McFarland 7 years ago
committed by GitHub
parent
commit
5fce418bf0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +20
    -0
      README.md

+ 1
- 0
.gitignore View File

@ -2,6 +2,7 @@
.coverage .coverage
.env .env
/config/ /config/
/build/
coverage.xml coverage.xml
dist/ dist/
env/ env/


+ 20
- 0
README.md View File

@ -9,6 +9,26 @@ The architecture is pluggable and the tooling is flexible to make it applicable
It is similar to [Netflix/denominator](https://github.com/Netflix/denominator). It is similar to [Netflix/denominator](https://github.com/Netflix/denominator).
## Table of Contents
- [Getting started](#getting-started)
- [Workspace](#workspace)
- [Config](#config)
- [Noop](#noop)
- [Making changes](#making-changes)
- [Workflow](#workflow)
- [Bootstrapping config files](#bootstrapping-config-files)
- [Supported providers](#supported-providers)
- [Notes](#notes)
- [Custom Sources and Providers](#custom-sources-and-providers)
- [Other Uses](#other-uses)
- [Syncing between providers](#syncing-between-providers)
- [Dynamic sources](#dynamic-sources)
- [Contributing](#contributing)
- [Getting help](#getting-help)
- [License](#license)
- [Authors](#authors)
## Getting started ## Getting started
### Workspace ### Workspace


Loading…
Cancel
Save