{"id":14982118,"url":"https://github.com/trevanhetzel/barekit","last_synced_at":"2025-12-12T04:42:05.165Z","repository":{"id":17520291,"uuid":"20308285","full_name":"trevanhetzel/barekit","owner":"trevanhetzel","description":"A bare minimum responsive framework","archived":false,"fork":false,"pushed_at":"2015-03-09T04:32:22.000Z","size":4577,"stargazers_count":203,"open_issues_count":6,"forks_count":16,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-06-20T04:06:26.171Z","etag":null,"topics":["css","framework","frontend-framework","grid","grunt","gulp","javascript","responsive-theme","sass","starterkit"],"latest_commit_sha":null,"homepage":"http://trevanhetzel.github.io/barekit","language":"CSS","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/trevanhetzel.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}},"created_at":"2014-05-29T20:59:12.000Z","updated_at":"2025-04-14T10:02:04.000Z","dependencies_parsed_at":"2022-09-25T07:50:43.960Z","dependency_job_id":null,"html_url":"https://github.com/trevanhetzel/barekit","commit_stats":null,"previous_names":["a2labs/bare-ninja"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/trevanhetzel/barekit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fbarekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fbarekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fbarekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fbarekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trevanhetzel","download_url":"https://codeload.github.com/trevanhetzel/barekit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevanhetzel%2Fbarekit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261510104,"owners_count":23169694,"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":["css","framework","frontend-framework","grid","grunt","gulp","javascript","responsive-theme","sass","starterkit"],"created_at":"2024-09-24T14:04:49.307Z","updated_at":"2025-12-12T04:42:05.114Z","avatar_url":"https://github.com/trevanhetzel.png","language":"CSS","readme":"BareKit\n==========\n\n### [Visit website for full usage docs](http://trevanhetzel.github.io/barekit)\n\nBareKit is a front-end project starter meant to be a starting point and structural guide rather than a full framework. It's bare enough to not interfere with your custom styles or scripts, but yet has enough functioning modules to jumpstart a project in no time.\n\n_The project creator and lead for BareKit is [Trevan Hetzel](http://appendto.com/team/trevan-hetzel/) ([trevanhetzel](https://github.com/trevanhetzel)) . Use [Github issues](http://github.com/trevanhetzel/barekit) and pull requests or reach out to Trevan directly for support and contributions to BareKit._\n\n# Getting Started\n\nThe best way to get BareKit up and running on a project is to install via [Bower](http://bower.io/). You shouldn't ever touch the source anyway, so with Bower it's easy to get the latest updates.\n\nFirst, make sure you have Bower installed. Then you can add this line to a `bower.json` file `\"barekit\": \"~0.7.0\"` or simply do a `bower install barekit`.\n\n\n### JavaScript\n\nGetting up and running with the BareKit JavaScript modules is very simple. You first need to reference the latest jQuery file (also installable via Bower), and then reference the `barekit.min.js` file at the bottom of your HTML page (before the closing body tag).\n\nIf you installed jQuery and BareKit using Bower, the paths would look something like this:\n\n```\n\u003cscript src=\"bower_components/jquery/dist/jquery.min.js\"\u003e\n\u003cscript src=\"bower_components/barekit/js/barekit.min.js\"\u003e\n```\n\n### CSS\n\nThe BareKit CSS can be used in a few different ways. The core code comes with both a Sass and Stylus version, so the ideal way is to `@import` the barekit.scss or barekit.styl file from your main Sass or Stylus stylesheet.\n\nAgain, if you installed via Bower, the `@import` rule would look something like this:\n\n```\n// Import BareKit\n@import \"bower_components/barekit/css/barekit\";\n```\n\nUsing BareKit in this way allows you to compile it using your own preferred pre-processor, task runner, compression style, etc.\n\nThe other way to use the BareKit CSS is, of course, to just reference it directly in your markup.\n\n```\n\u003clink rel=\"stylesheet\" href=\"bower_components/barekit/css/barekit.css\"\u003e\n```\n\n# Usage\n\nFor details on using BareKit, visit the website at [trevanhetzel.github.io/barekit](http://trevanhetzel.github.io/barekit)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevanhetzel%2Fbarekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrevanhetzel%2Fbarekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevanhetzel%2Fbarekit/lists"}