Skip to content

Commit

Permalink
Add badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Nov 6, 2024
1 parent 72e6108 commit e3a4ad0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<p align="center">

![NPM Version](https://img.shields.io/npm/v/rollup-plugin-node-externals?label=latest)
![Static Badge](https://img.shields.io/badge/Rollup-%3E%3D4.0.0-orange)
![Static Badge](https://img.shields.io/badge/Vite-%3E%3D5.0.0-purple)
![NPM Downloads](https://img.shields.io/npm/dm/rollup-plugin-node-externals)
![NPM License](https://img.shields.io/npm/l/rollup-plugin-node-externals)

</p>

# rollup-plugin-node-externals
A Rollup/Vite plugin that automatically declares NodeJS built-in modules as `external`. Also handles npm dependencies, devDependencies, peerDependencies and optionalDependencies.

Expand Down

0 comments on commit e3a4ad0

Please sign in to comment.