Skip to content

Commit

Permalink
docs: Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Dec 9, 2020
1 parent fb62de1 commit 987e453
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<a href="#top" id="top">
<img src="https://user-images.githubusercontent.com/441546/98974026-49326d00-24c9-11eb-84c3-9e9ec3eb44cb.png" style="max-width: 100%;">
<img src="https://user-images.githubusercontent.com/441546/101590073-973e7180-399e-11eb-9980-682d6a6856da.png" style="max-width: 100%;">
</a>
<p align="center">
<a href="https://www.npmjs.com/package/@darkobits/dockerize"><img src="https://img.shields.io/npm/v/@darkobits/dockerize.svg?style=for-the-badge"></a>
<a href="https://travis-ci.com/github/darkobits/dockerize"><img src="https://img.shields.io/travis/com/darkobits/dockerize?style=for-the-badge"></a>
<a href="https://david-dm.org/darkobits/dockerize"><img src="https://img.shields.io/david/darkobits/dockerize.svg?style=for-the-badge"></a>
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/conventional%20commits-1.0.0-FB5E85.svg?style=for-the-badge"></a>
<a href="https://www.npmjs.com/package/@darkobits/dockerize"><img src="https://img.shields.io/npm/v/@darkobits/dockerize.svg?style=flat-square"></a>
<a href="https://travis-ci.com/github/darkobits/dockerize"><img src="https://img.shields.io/travis/com/darkobits/dockerize?style=flat-square"></a>
<a href="https://david-dm.org/darkobits/dockerize"><img src="https://img.shields.io/david/darkobits/dockerize.svg?style=flat-square"></a>
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/conventional%20commits-1.0.0-FB5E85.svg?style=flat-square"></a>
</p>

This package aims to make containerizing a Node project as straightforward as using `npm publish`. It leverages `npm pack` (used internally by `npm publish`) to determine which files are production-relevant and existing standards for determining a project's entrypoint, namely the `"main"` and `"bin"` `package.json` fields.
Expand Down

0 comments on commit 987e453

Please sign in to comment.