Skip to content

Commit

Permalink
fix: lock file maintenance (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2021
1 parent 76fe834 commit a47e5a9
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 468 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,11 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn test
- run: yarn check-unknown-files
- env:
COVERALLS_GIT_BRANCH: ${{ github.ref }}
COVERALLS_GIT_COMMIT: ${{ github.sha }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
if: matrix.os == 'ubuntu-latest' && matrix.node == 12
name: Coveralls
run: yarn dw-ci coveralls
- if: matrix.os == 'ubuntu-latest' && matrix.node == 12
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
strategy:
matrix:
exclude:
Expand Down
112 changes: 76 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,46 @@
<!-- /TITLE -->

<!-- BADGES/ -->
[![NPM version](https://img.shields.io/npm/v/output-files.svg)](https://npmjs.org/package/output-files)
![Linux macOS Windows compatible](https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue)
[![Build status](https://github.com/dword-design/output-files/workflows/build/badge.svg)](https://github.com/dword-design/output-files/actions)
[![Coverage status](https://img.shields.io/coveralls/dword-design/output-files)](https://coveralls.io/github/dword-design/output-files)
[![Dependency status](https://img.shields.io/david/dword-design/output-files)](https://david-dm.org/dword-design/output-files)
![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen)

<a href="https://gitpod.io/#https://github.com/dword-design/bar">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a><a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a><a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>
<p>
<a href="https://npmjs.org/package/output-files">
<img
src="https://img.shields.io/npm/v/output-files.svg"
alt="npm version"
>
</a><img src="https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue" alt="Linux macOS Windows compatible"><a href="https://github.com/dword-design/output-files/actions">
<img
src="https://github.com/dword-design/output-files/workflows/build/badge.svg"
alt="Build status"
>
</a><a href="https://codecov.io/gh/dword-design/output-files">
<img
src="https://codecov.io/gh/dword-design/output-files/branch/master/graph/badge.svg"
alt="Coverage status"
>
</a><a href="https://david-dm.org/dword-design/output-files">
<img src="https://img.shields.io/david/dword-design/output-files" alt="Dependency status">
</a><img src="https://img.shields.io/badge/renovate-enabled-brightgreen" alt="Renovate enabled"><br/><a href="https://gitpod.io/#https://github.com/dword-design/output-files">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a><a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a><a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>
</p>
<!-- /BADGES -->

<!-- DESCRIPTION/ -->
Expand All @@ -41,7 +53,7 @@ Output a tree of files and directories by providing an object. Especially useful
## Install

```bash
# NPM
# npm
$ npm install output-files

# Yarn
Expand Down Expand Up @@ -80,13 +92,41 @@ await outputFiles({
```

<!-- LICENSE/ -->
## License

Unless stated otherwise all works are:
## Contributing

Are you missing something or want to contribute? Feel free to file an [issue](https://github.com/dword-design/output-files/issues) or [pull request](https://github.com/dword-design/output-files/pulls)! ⚙️

## Support Me

Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:

<p>
<a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a>&nbsp;If you want to send me a one time donation. The coffee is pretty good 😊.<br/>
<a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a>&nbsp;Also for one time donations if you like PayPal.<br/>
<a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>&nbsp;Here you can support me regularly, which is great so I can steadily work on projects.
</p>

Thanks a lot for your support! ❤️

Copyright &copy; Sebastian Landwehr <[email protected]>

and licensed under:
## License

[MIT License](https://opensource.org/licenses/MIT)
[MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://dword-design.de)
<!-- /LICENSE -->
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"write"
],
"repository": "dword-design/output-files",
"funding": "https://www.buymeacoffee.com/dword",
"license": "MIT",
"author": "Sebastian Landwehr <[email protected]>",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit a47e5a9

Please sign in to comment.