Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saqqdy/rollup-plugin-replace-shebang
一个自动替换 shebang 的 rollup 插件
https://github.com/saqqdy/rollup-plugin-replace-shebang
hashbang rollup rollup-plugin shebang
Last synced: about 1 month ago
JSON representation
一个自动替换 shebang 的 rollup 插件
- Host: GitHub
- URL: https://github.com/saqqdy/rollup-plugin-replace-shebang
- Owner: saqqdy
- License: mit
- Created: 2021-09-16T14:23:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T20:05:34.000Z (over 1 year ago)
- Last Synced: 2024-11-11T19:41:31.064Z (about 1 month ago)
- Topics: hashbang, rollup, rollup-plugin, shebang
- Language: TypeScript
- Homepage:
- Size: 141 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# rollup-plugin-replace-shebang
一个自动替换`shebang`的`rollup`插件
[![NPM version][npm-image]][npm-url]
[![Codacy Badge][codacy-image]][codacy-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]
[![gzip][gzip-image]][gzip-url]
[![License][license-image]][license-url][![Sonar][sonar-image]][sonar-url]
## 安装
```bash
# 使用npm
$ npm install -D rollup-plugin-replace-shebang# 使用yarn
$ yarn add -D rollup-plugin-replace-shebang
```## 使用
```js
import shebang from 'rollup-plugin-replace-shebang'plugins: [
shebang({
shebang: '#!/usr/bin/env node',
skipBackslash: true // 跳过\u005c 反斜杠
})
]
```## 问题和支持
Please open an issue [here](https://github.com/saqqdy/rollup-plugin-replace-shebang/issues).
## License
[MIT](LICENSE)
[npm-image]: https://img.shields.io/npm/v/rollup-plugin-replace-shebang.svg?style=flat-square
[npm-url]: https://npmjs.org/package/rollup-plugin-replace-shebang
[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696
[codacy-url]: https://www.codacy.com/gh/saqqdy/rollup-plugin-replace-shebang/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/rollup-plugin-replace-shebang&utm_campaign=Badge_Grade
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/rollup-plugin-replace-shebang.svg?style=flat-square
[codecov-url]: https://codecov.io/github/saqqdy/rollup-plugin-replace-shebang?branch=master
[download-image]: https://img.shields.io/npm/dm/rollup-plugin-replace-shebang.svg?style=flat-square
[download-url]: https://npmjs.org/package/rollup-plugin-replace-shebang
[gzip-image]: http://img.badgesize.io/https://unpkg.com/rollup-plugin-replace-shebang/lib/index.js?compression=gzip&label=gzip%20size:%20JS
[gzip-url]: http://img.badgesize.io/https://unpkg.com/rollup-plugin-replace-shebang/lib/index.js?compression=gzip&label=gzip%20size:%20JS
[license-image]: https://img.shields.io/badge/License-MIT-yellow.svg
[license-url]: LICENSE
[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_rollup-plugin-replace-shebang
[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_rollup-plugin-replace-shebang