Skip to content

Commit

Permalink
Merge pull request #100 from simlu/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu authored Sep 27, 2018
2 parents 2411761 + 5e5b857 commit d531485
Show file tree
Hide file tree
Showing 6 changed files with 5,570 additions and 2,565 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
.*/node_modules/config-chain/test/broken.json

[include]

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 Lukas Siemon
Copyright (c) 2018 Lukas Siemon

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[![Build Status](https://img.shields.io/travis/simlu/yaml-boost/master.svg)](https://travis-ci.org/simlu/yaml-boost)
[![Test Coverage](https://img.shields.io/coveralls/simlu/yaml-boost/master.svg)](https://coveralls.io/github/simlu/yaml-boost?branch=master)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=simlu/yaml-boost)](https://dependabot.com)
[![Dependencies](https://david-dm.org/simlu/yaml-boost/status.svg)](https://david-dm.org/simlu/yaml-boost)
[![NPM](https://img.shields.io/npm/v/yaml-boost.svg)](https://www.npmjs.com/package/yaml-boost)
[![Downloads](https://img.shields.io/npm/dt/yaml-boost.svg)](https://www.npmjs.com/package/yaml-boost)
[![Semantic-Release](https://github.com/simlu/js-gardener/blob/master/assets/icons/semver.svg)](https://github.com/semantic-release/semantic-release)
[![Gardener](https://github.com/simlu/js-gardener/blob/master/assets/badge.svg)](https://github.com/simlu/js-gardener)
[![Semantic-Release](https://github.com/blackflux/js-gardener/blob/master/assets/icons/semver.svg)](https://github.com/semantic-release/semantic-release)
[![Gardener](https://github.com/blackflux/js-gardener/blob/master/assets/badge.svg)](https://github.com/blackflux/js-gardener)
[![Gitter](https://github.com/simlu/js-gardener/blob/master/assets/icons/gitter.svg)](https://gitter.im/simlu/yaml-boost)

# Yaml-Boost
Expand Down Expand Up @@ -32,6 +33,8 @@ Matching `yaml.dump()` function is also available.

Works identical to how this is defined for serverless [here](https://serverless.com/framework/docs/providers/aws/guide/variables/).

Both `yml` and `yaml` file endings are supported.

#### Extensions

##### Bake variables when loading files
Expand Down
Loading

0 comments on commit d531485

Please sign in to comment.