{"id":16954636,"url":"https://github.com/tarkhov/postboot","last_synced_at":"2025-03-17T08:37:24.735Z","repository":{"id":53528672,"uuid":"76190615","full_name":"tarkhov/postboot","owner":"tarkhov","description":"Web app prototyping library based on Bootstrap framework.","archived":false,"fork":false,"pushed_at":"2022-06-13T15:47:18.000Z","size":7104,"stargazers_count":37,"open_issues_count":45,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-27T21:37:31.711Z","etag":null,"topics":["bootstrap","cdn","css","html","javascript","jquery","js","nodejs","prototype-library","sass"],"latest_commit_sha":null,"homepage":"https://tarkhov.github.io/postboot/","language":"Pug","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/tarkhov.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}},"created_at":"2016-12-11T17:59:41.000Z","updated_at":"2024-07-13T16:15:14.000Z","dependencies_parsed_at":"2022-09-16T07:23:37.272Z","dependency_job_id":null,"html_url":"https://github.com/tarkhov/postboot","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarkhov%2Fpostboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarkhov%2Fpostboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarkhov%2Fpostboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarkhov%2Fpostboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarkhov","download_url":"https://codeload.github.com/tarkhov/postboot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852499,"owners_count":20358271,"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":["bootstrap","cdn","css","html","javascript","jquery","js","nodejs","prototype-library","sass"],"created_at":"2024-10-13T22:10:11.538Z","updated_at":"2025-03-17T08:37:24.046Z","avatar_url":"https://github.com/tarkhov.png","language":"Pug","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostBoot :spider_web: :ukraine:\n\nWeb app prototyping library based on Bootstrap framework.\n\n### Contents\n\n1. [Compatibility](#compatibility)\n   1. [Version support](#version-support)\n2. [Installation](#installation)\n   1. [NodeJS](#nodejs)\n   2. [Manually](#manually)\n3. [Usage](#usage)\n   1. [Local](#local)\n   2. [CDN](#cdn)\n4. [Author](#author)\n5. [License](#license)\n\n## Compatibility\n\nLibrary | Version\n------- | -------\nBootstrap | \u003e= 4.5.0 and \u003c 5.0\n\nPostBoot does **not overwrite** any components of Bootstrap, but only extends most of them. You can use it completely **safe**.\n\n### Version support\n\nBootstrap | Repo\n------- | -------\n4.x | [1.x](https://github.com/tarkhov/postboot/tree/1.x)\n\n## Installation\n\n### NodeJS\n\n```bash\nnpm install postboot\n```\n\n### Manually\n\n[Download](https://github.com/tarkhov/postboot/releases/download/v1.0.2/postboot.zip) package and unpack it or use following commands:\n\n```bash\nwget -O https://github.com/tarkhov/postboot/releases/download/v1.0.2/postboot.zip\nunzip postboot.zip\n```\n\n## Usage\n\n### Local\n\n```html\n\u003c!-- CSS --\u003e\n\u003clink rel=\"stylesheet\" href=\"css/bootstrap.min.css\"/\u003e\n\u003clink rel=\"stylesheet\" href=\"css/postboot.min.css\"/\u003e\n\n\u003c!-- JS --\u003e\n\u003cscript src=\"js/jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"js/bootstrap.bundle.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"js/postboot.min.js\"\u003e\u003c/script\u003e\n```\n\n### CDN\n\n```html\n\u003c!-- CSS --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdn.rawgit.com/tarkhov/postboot/v1.0.2/dist/css/postboot.min.css\"\u003e\n\n\u003c!-- JS --\u003e\n\u003cscript src=\"https://code.jquery.com/jquery-3.5.1.slim.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.rawgit.com/tarkhov/postboot/v1.0.2/dist/js/postboot.min.js\"\u003e\u003c/script\u003e\n```\n\n## Author\n\n**Alexander Tarkhov**\n\n* [Facebook](https://www.facebook.com/alex.tarkhov)\n* [Twitter](https://twitter.com/alextarkhov)\n* [Medium](https://medium.com/@tarkhov)\n* [LinkedIn](https://www.linkedin.com/in/tarkhov/)\n\n## License\n\nThis project is licensed under the **MIT License** - see the `LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarkhov%2Fpostboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarkhov%2Fpostboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarkhov%2Fpostboot/lists"}