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
- Host: GitHub
- URL: https://github.com/rebeccastevens/rollup-plugin-dts-bundle-generator-2
- Owner: RebeccaStevens
- License: bsd-3-clause
- Created: 2024-11-27T07:31:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T06:19:38.000Z (6 months ago)
- Last Synced: 2025-01-22T09:14:39.087Z (5 months ago)
- Language: TypeScript
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Rollup Plugin dts Bundle Generator 2
[](https://www.npmjs.com/package/rollup-plugin-dts-bundle-generator-2)
[](https://jsr.io/@rebeccastevens/rollup-plugin-dts)
[](https://github.com/RebeccaStevens/rollup-plugin-dts-bundle-generator-2/actions/workflows/release.yml)
[](https://codecov.io/gh/RebeccaStevens/rollup-plugin-dts-bundle-generator-2)\
[](https://github.com/prettier/prettier)
[](https://github.com/RebeccaStevens/rollup-plugin-dts-bundle-generator-2/discussions)
[](https://opensource.org/licenses/BSD-3-Clause)
[](https://commitizen.github.io/cz-cli/)
[](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
```