An open API service indexing awesome lists of open source software.

https://github.com/rebeccastevens/rollup-plugin-dts-bundle-generator-2


https://github.com/rebeccastevens/rollup-plugin-dts-bundle-generator-2

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rollup Plugin dts Bundle Generator 2

[![npm version](https://img.shields.io/npm/v/rollup-plugin-dts-bundle-generator-2.svg)](https://www.npmjs.com/package/rollup-plugin-dts-bundle-generator-2)
[![jsr Version](https://img.shields.io/jsr/v/@rebeccastevens/rollup-plugin-dts.svg)](https://jsr.io/@rebeccastevens/rollup-plugin-dts)
[![CI](https://github.com/RebeccaStevens/rollup-plugin-dts-bundle-generator-2/actions/workflows/release.yml/badge.svg)](https://github.com/RebeccaStevens/rollup-plugin-dts-bundle-generator-2/actions/workflows/release.yml)
[![Coverage Status](https://codecov.io/gh/RebeccaStevens/rollup-plugin-dts-bundle-generator-2/branch/main/graph/badge.svg?token=MVpR1oAbIT)](https://codecov.io/gh/RebeccaStevens/rollup-plugin-dts-bundle-generator-2)\
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![GitHub Discussions](https://img.shields.io/github/discussions/RebeccaStevens/rollup-plugin-dts-bundle-generator-2?style=flat-square)](https://github.com/RebeccaStevens/rollup-plugin-dts-bundle-generator-2/discussions)
[![BSD 3 Clause license](https://img.shields.io/github/license/RebeccaStevens/rollup-plugin-dts-bundle-generator-2.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)

A wrapper for [dts-bundle-generator](https://www.npmjs.com/package/dts-bundle-generator).

## Difference between this and rollup-plugin-dts-bundle-generator

`rollup-plugin-dts-bundle-generator-2` supports multiple entry points.

## Donate

[Any donations would be much appreciated](./DONATIONS.md). 😄

## Installation

### npm

```sh
# Install with npm
npm install rollup-plugin-dts-bundle-generator-2

# Install with pnpm
pnpm add rollup-plugin-dts-bundle-generator-2

# Install with yarn
yarn add rollup-plugin-dts-bundle-generator-2

# Install with bun
bun add rollup-plugin-dts-bundle-generator-2
```

### jsr

```sh
# Install in a node project
npx jsr add @rebeccastevens/rollup-plugin-dts

# Install in a deno project
deno add jsr:@rebeccastevens/rollup-plugin-dts

# Install in a bun project
bunx jsr add @rebeccastevens/rollup-plugin-dts
```