{"id":20622627,"url":"https://github.com/myterminal/template-web-library-rollup","last_synced_at":"2026-04-21T01:02:25.776Z","repository":{"id":76221219,"uuid":"117161969","full_name":"myTerminal/template-web-library-rollup","owner":"myTerminal","description":"A template to create front-end libraries with Rollup.js as the module-bundler [in-progress]","archived":false,"fork":false,"pushed_at":"2020-09-09T18:18:43.000Z","size":328,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-08T04:05:38.723Z","etag":null,"topics":["front-end","library","rollup-js","template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myTerminal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-11T22:37:52.000Z","updated_at":"2020-04-06T15:47:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f6082c0-fb16-4034-a15e-b715b54d7fa1","html_url":"https://github.com/myTerminal/template-web-library-rollup","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/myTerminal/template-web-library-rollup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-rollup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-rollup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-rollup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-rollup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myTerminal","download_url":"https://codeload.github.com/myTerminal/template-web-library-rollup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-rollup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["front-end","library","rollup-js","template"],"created_at":"2024-11-16T12:24:05.466Z","updated_at":"2026-04-21T01:02:25.759Z","avatar_url":"https://github.com/myTerminal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# template-web-library-rollup\n\n[![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-sa/4.0)\n\nA template to create front-end libraries with [Rollup.js](https://rollupjs.org) as the module-bundler [in-progress]\n\n## Technologies\n\n### Web\n\n - [jQuery](https://jquery.com/) (sample dependency)\n - [ES2015](http://es6-features.org/)\n - [Less CSS](http://lesscss.org/)\n\n### Module bundler: Rollup.js\n\n#### Plugins\n\n - [rollup-plugin-babel](https://www.npmjs.com/package/rollup-plugin-babel) for ES2015 transpilation\n - [rollup-plugin-commonjs](https://www.npmjs.com/package/rollup-plugin-commonjs) to convert CommonJS modules to ES2015 before Rollup can process them\n - [rollup-plugin-node-resolve](https://www.npmjs.com/package/rollup-plugin-node-resolve) to teach Rollup how to find external modules\n - [rollup-plugin-peer-deps-external](https://www.npmjs.com/package/rollup-plugin-peer-deps-external) to instruct Rollup to exclude external dependencies from the final build\n - [rollup-plugin-postcss](https://www.npmjs.com/package/rollup-plugin-postcss) to handle transpilation and extraction of styles into a separate stylesheet file\n - [rollup-plugin-uglify](https://www.npmjs.com/package/rollup-plugin-uglify) for minification of JavaScript in production builds\n\n#### Supporting dependencies\n\n - [@babel/core](https://www.npmjs.com/package/@babel/core) and [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env) to support rollup-plugin-babel\n - [less](https://www.npmjs.com/package/less) to supplement rollup-plugin-postcss and transpile LESS stylesheets into CSS\n - [effortless-css](https://www.npmjs.com/package/effortless-css) to provide Less CSS mixins\n - [eslint](https://www.npmjs.com/package/eslint), [babel-eslint](https://www.npmjs.com/package/babel-eslint), [eslint-config-myterminal](https://www.npmjs.com/package/eslint-config-myterminal), [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb), [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import), [eslint-plugin-jsx-a11y](https://www.npmjs.com/package/eslint-plugin-jsx-a11y) and [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react) to support ESlint in linting JavaScript files\n\n#### Commands\n\n - `npm run debug` to run Rollup.js in development mode.  \nIn this mode, Rollup.js generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser.\n - `npm run develop` to run Rollup.js in development mode and keep watching for file changes within the source.  \nIn this mode, Rollup.js generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser.\n - `npm run build` to run Rollup.js in production mode  \nIn this mode, Rollup.js minifies the JavaScript bundles and there is no source-map created.\n - `npm run lint` to run ESLint on all JavaScript source files.\n\n## To-Do\n\n - Find a way to separate other content like fonts, etc.\n - Find a way to generate source-maps\n - Find a way to build UMD modules\n - Find a way to write and run tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Ftemplate-web-library-rollup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyterminal%2Ftemplate-web-library-rollup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Ftemplate-web-library-rollup/lists"}