{"id":14062794,"url":"https://github.com/jsdelivr/bootstrapcdn","last_synced_at":"2025-05-15T11:02:43.166Z","repository":{"id":3544056,"uuid":"4604245","full_name":"jsdelivr/bootstrapcdn","owner":"jsdelivr","description":"Free Bootstrap CDN hosting ","archived":false,"fork":false,"pushed_at":"2024-10-03T09:25:29.000Z","size":37759,"stargazers_count":1366,"open_issues_count":11,"forks_count":263,"subscribers_count":64,"default_branch":"master","last_synced_at":"2025-05-06T22:23:56.658Z","etag":null,"topics":["bootlint","bootstrap","bootstrap4","bootstrapcdn","bootswatch","bootswatch-theme","cdn","font","font-awesome","fontawesome","fontawesome4","fontawsome","javascript","jsdelivr","stackpath","stylesheet","theme"],"latest_commit_sha":null,"homepage":"https://www.bootstrapcdn.com","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/jsdelivr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"jsdelivr","open_collective":"jsdelivr","custom":["https://www.jsdelivr.com/sponsors"]}},"created_at":"2012-06-09T01:55:30.000Z","updated_at":"2025-05-06T06:54:52.000Z","dependencies_parsed_at":"2023-12-18T14:03:50.086Z","dependency_job_id":"2e7c9f9d-83b6-4187-9f0d-29ed499824a6","html_url":"https://github.com/jsdelivr/bootstrapcdn","commit_stats":{"total_commits":2480,"total_committers":58,"mean_commits":"42.758620689655174","dds":0.5991935483870967,"last_synced_commit":"ba0dc63368e88e9afdc82ee2369f8efa5d537910"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdelivr%2Fbootstrapcdn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdelivr%2Fbootstrapcdn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdelivr%2Fbootstrapcdn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdelivr%2Fbootstrapcdn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdelivr","download_url":"https://codeload.github.com/jsdelivr/bootstrapcdn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328385,"owners_count":22052632,"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","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":["bootlint","bootstrap","bootstrap4","bootstrapcdn","bootswatch","bootswatch-theme","cdn","font","font-awesome","fontawesome","fontawesome4","fontawsome","javascript","jsdelivr","stackpath","stylesheet","theme"],"created_at":"2024-08-13T07:02:28.958Z","updated_at":"2025-05-15T11:02:43.112Z","avatar_url":"https://github.com/jsdelivr.png","language":"JavaScript","readme":"# BootstrapCDN\n\n![bootstrap-github-cover](https://user-images.githubusercontent.com/1834071/130998164-b140f92a-d60f-4277-96d1-5c16e59ea3d6.jpg)\n\n\n[![jsDelivr Download Stats](https://data.jsdelivr.com/v1/package/npm/bootstrap/badge)](https://www.jsdelivr.com/package/npm/bootstrap)\n[![Build Status](https://img.shields.io/github/workflow/status/jsdelivr/bootstrapcdn/Tests/develop?logo=github\u0026label=Tests\u0026style=flat-square)](https://github.com/jsdelivr/bootstrapcdn/actions?query=workflow%3ATests+branch%3Adevelop)\n[![Coverage Status](https://img.shields.io/coveralls/github/jsdelivr/bootstrapcdn/develop?style=flat-square)](https://coveralls.io/github/jsdelivr/bootstrapcdn)\n\n\n[BootstrapCDN](https://www.bootstrapcdn.com/) is the easiest and fastest way to get started with Bootstrap, Font Awesome, Bootswatch and Bootstrap Icons.\nSimply visit the main site and copy the URLs you need. New versions of all projects are pulled directly from NPM.\n\nOr follow the instructions bellow for more advanced use cases.\n\n### Example CDN links\n\nThese will pull the `4.6.0` version. It is safe to use SRI with static versions like this.\n```\n\u003c!-- CSS only --\u003e\n\u003clink href=\"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css\" rel=\"stylesheet\"\u003e\n\n\u003c!-- JavaScript Bundle with Popper --\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js\"\u003e\u003c/script\u003e\n```\n\n### Version aliasing\n\nTo auto-update to latest minor version you can specify for example `4` as the version in the URL.\nYou will then get the latest v4 version available with a delay of up to 7 days.\n```\n\u003c!-- CSS only --\u003e\n\u003clink href=\"https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css\" rel=\"stylesheet\"\u003e\n\n\u003c!-- JavaScript Bundle with Popper --\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/bootstrap@4/dist/js/bootstrap.bundle.min.js\"\u003e\u003c/script\u003e\n```\nWarning: Do not use SRI hashes with dynamic URLs like this or the next update will break your site.\n\nA more detailed documentation is available on [jsDelivr's Github page](https://github.com/jsdelivr/jsdelivr#usage).\n\n### Using the API to pull versions\n\nFor certain use-cases it is possible to automate updates [using our API](https://data.jsdelivr.com/v1/package/npm/jquery).\nYou can use it to get the list of versions available on the CDN including the latest one.\n```\nhttps://data.jsdelivr.com/v1/package/npm/bootstrap\n{\n\t\"tags\": {\n\t\t\"latest\": \"4.6.0\",\n\t\t\"previous\": \"3.4.1\",\n\t\t\"next\": \"5.0.0-beta2\"\n\t},\n\t\"versions\": [\n\t\t\"5.0.0-beta2\",\n...\n\t\t\"4.6.0\",\n...\n\t]\n}\n```\n\n## Contributing\n\n### Requirements\n\n1. [Node.js](https://nodejs.org/)\n\n### Running\n\nUse `npm run \u003ctask\u003e`.\n\n### Development\n\n```sh\nnpm install\n\nnpm test \u0026\u0026 npm run dev\n```\n\n### Demonized\n\n```shell\n# start development server and watch for changes\nnpm run dev\n# or\nnpm run watch\n\n# start production server\nnpm start\n\n# and more\nnpm run\n```\n\n### Configuration\n\n#### `config/_app.yml`\n\nThe Express.js app configuration.\n\n* port: Integer value of the Node application port.\n* theme: Integer value of the default theme we use; it's the array index value from the `bootswatch4` section below.\n* siteurl: Our canonical URL.\n* authors: Array of author Objects. Accepts the following:\n    * name\n    * twitter: the Twitter handler without `@`\n    * url: author's website URL (optional)\n    * work: (optional) Object which can contain:\n        * text: the text to show for the `url` bellow\n        * url: the link to the work\n* description: String containing the default meta description of the site.\n* favicon: The path to `favicon.ico`.\n* stylesheet: Array of stylesheet file(s) we use apart from the Bootswatch stylesheet.\n* javascript: Array of javascript file(s) we use.\n* redirects: Array of Objects for the page redirects.\n\n#### `config/_files.yml`\n\nContains the CDN files we host.The SRI values are updated by running `npm run integrity`.\n\n#### `config/helmet-csp.js`\n\nOur CSP config using \u003chttps://github.com/helmetjs/csp\u003e\n\n### Updating Bootstrap/Bootlint/Bootswatch\n\nReplace `package` by the package you want to update and `version` with its version in the following commands:\n\n```shell\nnpm i package@version -ED\nnpm run package version\n```\n\n1. Update `config/_config.yml` accordingly\n2. `npm run integrity`\n3. Make sure `npm run all` passes after the files are on S3/CDN and verify the frontend works as expected without any visual breakage\n","funding_links":["https://github.com/sponsors/jsdelivr","https://opencollective.com/jsdelivr","https://www.jsdelivr.com/sponsors"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdelivr%2Fbootstrapcdn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdelivr%2Fbootstrapcdn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdelivr%2Fbootstrapcdn/lists"}