{"id":15718441,"url":"https://github.com/justintime50/pineapple","last_synced_at":"2025-07-22T22:04:02.570Z","repository":{"id":43194996,"uuid":"185533780","full_name":"Justintime50/pineapple","owner":"Justintime50","description":"CSS and Javascript web development library that supplements Bootstrap.","archived":false,"fork":false,"pushed_at":"2025-01-07T21:34:25.000Z","size":1638,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T15:11:16.634Z","etag":null,"topics":["bootstrap","css","development","framework","javascript","js","library","pineapple","sass","scss","web","web-development"],"latest_commit_sha":null,"homepage":"https://justintime50.github.io/pineapple","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Justintime50.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null},"funding":{"github":["Justintime50"]}},"created_at":"2019-05-08T05:24:42.000Z","updated_at":"2025-01-07T21:34:28.000Z","dependencies_parsed_at":"2024-10-24T15:25:35.305Z","dependency_job_id":"115aea44-cc54-4af3-bf0b-296ac9c8cf05","html_url":"https://github.com/Justintime50/pineapple","commit_stats":{"total_commits":53,"total_committers":3,"mean_commits":"17.666666666666668","dds":"0.39622641509433965","last_synced_commit":"1adafbf56d7e5227deab1858843825038560b9a1"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/Justintime50/pineapple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fpineapple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fpineapple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fpineapple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fpineapple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Justintime50","download_url":"https://codeload.github.com/Justintime50/pineapple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fpineapple/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266580298,"owners_count":23951193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","css","development","framework","javascript","js","library","pineapple","sass","scss","web","web-development"],"created_at":"2024-10-03T21:53:04.125Z","updated_at":"2025-07-22T22:04:02.548Z","avatar_url":"https://github.com/Justintime50.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Justintime50"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Pineapple\n\nCSS and Javascript web development library that supplements Bootstrap.\n\n[![Build Status](https://github.com/Justintime50/pineapple/workflows/build/badge.svg)](https://github.com/Justintime50/pineapple/actions)\n[![NPM](https://img.shields.io/npm/v/pineapple-library)](https://www.npmjs.com/package/pineapple-library)\n[![Licence](https://img.shields.io/github/license/justintime50/pineapple)](LICENSE)\n\n\u003cimg src=\"https://raw.githubusercontent.com/justintime50/assets/main/src/pineapple/showcase.png\" alt=\"Showcase\"\u003e\n\n\u003c/div\u003e\n\nPineapple came about as a way to help me quickly build \"brochure-style\" websites some years ago. I found I was copying and pasting a lot of custom CSS around my projects to extend Bootstrap's library and decided to build my own. Over the years as Bootstrap evolved, certain Pineapple functions were removed in favor of the better battle-tested Bootstrap equivalent. Pineapple still serves as a nice addition to any Bootstrap project.\n\n**Notable Features:**\n\n- Full-screen banners, YouTube videos, and Bootstrap carousels with incredible customization for overlaid text, images, and buttons\n- Beautiful sliding animations (full page and individual components)\n- Page loader animation\n- Countdown timer with custom messaging\n- Fading and appearing navbar\n- Icons, cards, and slanted background sections\n- Dynamic screen-sized fonts, buttons, and more\n\n## Install\n\nPineapple has been compiled into CSS from SCSS and JS. You will find either the beautified or minified equivelant of each along with source maps.\n\n### CDN\n\n```html\n\u003clink\n  href=\"https://cdn.jsdelivr.net/npm/pineapple-library@4.0.0/pineapple/dist/css/pineapple.min.css\"\n  rel=\"stylesheet\"\n/\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/pineapple-library@4.0.0/pineapple/dist/js/pineapple.min.js\"\u003e\u003c/script\u003e\n```\n\n### NPM\n\n```bash\nnpm install pineapple-library\n```\n\n### Composer\n\n```bash\ncomposer require justintime50/pineapple\n```\n\n### Webpack \u0026 Vite\n\n**NOTE:** Requires Pineapple v2.2+\n\nOnce installed via NPM, include one of the following in your Webpack or Vite configs and compile your project:\n\n```javascript\n// Require\nwindow.pineapple = require('pineapple-library/pineapple/dist/js/pineapple');\n\n// Import\nimport pineapple from 'pineapple-library/pineapple/dist/js/pineapple';\nwindow.pineapple = pineapple;\n```\n\n### SCSS\n\nTo import the project's SCSS, use the following line in your project:\n\n```scss\n@import 'pineapple-library/pineapple/scss/pineapple';\n```\n\n### Manual Download\n\n1. Clone the repo\n1. Manually import the Pineapple assets to your project\n\n```bash\ngit clone https://github.com/justintime50/pineapple.git\n```\n\nThe Pineapple CSS has been compiled into three separate bundles:\n\n- `pineapple` includes everything\n- `pineapple-styles` includes everything but the `grid` and `animations` CSS and can be used without the accompanying JS\n- `pineapple-utilities` includes the `grid` and `animations` CSS which accompanies the JS\n\n### Pineapple, Bootstrap, \u0026 jQuery\n\n#### Bootstrap\n\n- Pineapple v1 is compatible with Bootstrap v3 (requires jQuery)\n- Pineapple v2 is compatible with Bootstrap v4 and v5 (requires jQuery)\n- Pineapple v3 \u0026 v4 are compatible with Bootstrap v4 and v5\n\n#### jQuery\n\n- Pineapple v1 and v2 require jQuery and is not compatible with the `slim` version of jQuery. Pineapple v3 and later does not require jQuery\n\n## Documentation\n\nSee the accompanying [Documentation](/docs/README.md) for more information.\n\n## Development\n\nVisit `pineappleplayground.localhost` locally to test any changes.\n\n```bash\n# Lint CSS\nnpm run lint-css\n\n# Lint JS\nnpm run lint-js\n\n# Compile CSS from SCSS and JS assets\nnpm run compile\n```\n\n## Releasing\n\n1. Bump version in `package.json` and `composer.json`\n1. Bump version in `CHANGELOG.md`\n1. Bump version in `scss` and `js` header comments\n1. Bump version in install instruction links in `README.md`\n1. Compile assets with `npm run compile`\n1. Cut a new Git tag which will automatically release to NPM and Packagist\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintime50%2Fpineapple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustintime50%2Fpineapple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintime50%2Fpineapple/lists"}