Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)