rollup-starter-lib
Library generator
A bare-bones example of how to create a JavaScript library using Rollup, including importing and converting CommonJS modules.
Bare-bones example of how to create a library using Rollup
970 stars
8 watching
230 forks
Language: JavaScript
last commit: about 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
rollup/rollup-starter-app | A basic example of creating an application using Rollup | 427 |
trysound/rollup-plugin-string | Converts text files to JavaScript modules | 85 |
eight04/rollup-plugin-cjs-es | Converts CommonJS modules to ES module format | 21 |
chrisdothtml/rollup-plugin-dustjs | A Rollup plugin for importing Dust.js templates as modules | 4 |
vladshcherbin/rollup-plugin-generate-package-json | Automates generation of a minimal package.json file based on Rollup bundle contents | 33 |
jaebradley/fruit | Automates Rollup.js boilerplate generation for building JavaScript libraries | 58 |
geakstr/svelte-3-rollup-typescript-vscode | Provides a starter kit for building Svelte 3 applications with TypeScript and Rollup support | 38 |
juliendargelos/rollup-plugin-emit-ejs | A plugin that generates HTML files from EJS templates using Rollup | 3 |
nathancahill/rollup-plugin-collect-sass | A Rollup plugin to compile Sass files and collect imports into a single context | 16 |
narol1024/rollup-plugin-sprite | Converts images into spritesheets and generates mixin files for CSS preprocessors. | 9 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |
riot/rollup-plugin-riot | A Rollup plugin that compiles tag files within Rollup processes. | 26 |
thgh/rollup-plugin-css-only | Rollup plugin for bundling CSS files | 116 |
jkuri/angular-rollup-starter | An Angular 2 starter project with Rollup.js support and Universal Prerendering for isomorphic applications | 32 |
btd/rollup-plugin-jst | A plugin for Rollup that compiles template files to JavaScript | 5 |