Skip to content

Commit

Permalink
chore: initial awesome commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jul 27, 2018
1 parent 2f1a948 commit 2a38b2e
Show file tree
Hide file tree
Showing 4 changed files with 819 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
45 changes: 43 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,43 @@
# awesome
⚡️ Delightful Rollup Packages, Plugins and Resources
<div align="center">
<img width="400" src="media/logo.svg" alt="Awesome Rollup">
</div>

# Awesome Rollup [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

⚡️ Delightful Rollup Plugins, Packages, and Resources

## Resources

- [Official Guide](https://rollupjs.org/guide/en) - The user guide and documentation site.

## Plugins

- [rollup-plugin-alias](https://github.com/rollup/rollup-plugin-alias) - Alias modules in a build.
- [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel) - Seamless integration with Babel.
- [rollup-plugin-butternut](https://github.com/rollup/rollup-plugin-butternut) - Compress Rollup bundles.
- [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs) - Convert CommonJS modules to ES Modules.
- [rollup-plugin-dsv](https://github.com/rollup/rollup-plugin-dsv) - Convert CSV and TSV files into JavaScript modules.
- [rollup-plugin-filesize](https://github.com/ritz078/rollup-plugin-filesize) - Display the file size of the bundle in the console.
- [rollup-plugin-image](https://github.com/rollup/rollup-plugin-image) - Import JPG, PNG, GIF and SVG images
- [rollup-plugin-inject](https://github.com/rollup/rollup-plugin-inject) - Scans for global variables and injects `import` statements.
- [rollup-plugin-json](https://github.com/rollup/rollup-plugin-json) - Convert JSON files to ES Modules.
- [rollup-plugin-legacy](https://github.com/rollup/rollup-plugin-legacy) - Add export statements to plain scripts.
- [rollup-plugin-multi-entry](https://github.com/rollup/rollup-plugin-multi-entry) - Multiple entry points for a bundle.
- [rollup-plugin-node-builtins](https://github.com/rollup/rollup-plugin-node-builtins) - Node builtin modules as ES modules.
- [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve) - Use the Node resolution algorithm.
- [rollup-plugin-ractive](https://github.com/rollup/rollup-plugin-reactive) - Precompile Ractive components.
- [rollup-plugin-replace](https://github.com/rollup/rollup-plugin-replace) - Replace content while bundling.
- [rollup-plugin-strip](https://github.com/rollup/rollup-plugin-strip) - Remove expressions from code.
- [rollup-plugin-sucrase](https://github.com/rollup/rollup-plugin-sucrase) - Compile TypeScript, Flow, JSX.
- [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) - Compile Svelte components.
- [rollup-plugin-typescript](https://github.com/rollup/rollup-plugin-typescript) - Seamless integration with Typescript.
- [rollup-plugin-url](https://github.com/rollup/rollup-plugin-url) - Inline import files as data-URIs.
- [rollup-plugin-virtual](https://github.com/rollup/rollup-plugin-virtual) - Load modules from memory.
- [rollup-plugin-wasm](https://github.com/rollup/rollup-plugin-wasm) - Inlines and imports WebAssembly modules.
- [rollup-plugin-yaml](https://github.com/rollup/rollup-plugin-yaml) - Import data from YAML files

## Packages

- [rollup-pluginutils](https://github.com/rollup/rollup-pluginutils) - Functions commonly used by Rollup plugins.
- [rollup-starter-app](https://github.com/rollup/rollup-starter-app) - Create a bare-bones application using Rollup.
- [rollup-starter-lib](https://github.com/rollup/rollup-starter-lib) - Create a bare-bones library using Rollup.
Loading

0 comments on commit 2a38b2e

Please sign in to comment.