Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haraldrudell/rollup-plugin-thatworks
Chmod + Directory Resolver + Shebang Rollup plugins by Harald Rudell
https://github.com/haraldrudell/rollup-plugin-thatworks
Last synced: 1 day ago
JSON representation
Chmod + Directory Resolver + Shebang Rollup plugins by Harald Rudell
- Host: GitHub
- URL: https://github.com/haraldrudell/rollup-plugin-thatworks
- Owner: haraldrudell
- License: other
- Created: 2018-11-24T05:59:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:10:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T01:18:23.704Z (5 days ago)
- Language: JavaScript
- Size: 264 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rollup-plugin-thatworks
© 2018-present Harald Rudell (http://www.haraldrudell.com)
Chmod + Directory Resolver + Shebang Rollup plugins by Harald Rudell
import { chmod, directoryResolver, shebang } from 'rollup-plugin-thatworks'
…
plugins: [
directoryResolver({paths: 'src'}), // can import from 'dir' instead of '../dir'
shebang(), // these two creates Node.js executables
chmod(),© 2018-present Harald Rudell (http://www.haraldrudell.com)