{"id":18975078,"url":"https://github.com/bufferapp/buffer-style","last_synced_at":"2025-04-19T16:50:29.370Z","repository":{"id":36755506,"uuid":"41062161","full_name":"bufferapp/buffer-style","owner":"bufferapp","description":"The Buffer Style Guide","archived":false,"fork":false,"pushed_at":"2018-02-17T20:38:21.000Z","size":3742,"stargazers_count":19,"open_issues_count":0,"forks_count":5,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-04-11T23:38:11.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bufferapp.github.io/buffer-style/","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/bufferapp.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":"2015-08-19T22:11:02.000Z","updated_at":"2024-11-04T13:34:10.000Z","dependencies_parsed_at":"2022-08-26T08:30:49.341Z","dependency_job_id":null,"html_url":"https://github.com/bufferapp/buffer-style","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bufferapp%2Fbuffer-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bufferapp%2Fbuffer-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bufferapp%2Fbuffer-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bufferapp%2Fbuffer-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bufferapp","download_url":"https://codeload.github.com/bufferapp/buffer-style/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249223968,"owners_count":21232844,"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":[],"created_at":"2024-11-08T15:17:15.331Z","updated_at":"2025-04-16T09:34:31.295Z","avatar_url":"https://github.com/bufferapp.png","language":"JavaScript","readme":"# buffer-style-guide\n\n[![NPM Version](https://img.shields.io/npm/v/buffer-style.svg)](https://www.npmjs.com/package/buffer-style)\n\nA unified style and components to use across Buffer applications and services\n\n## Usage\n\nTo use in your project. Use npm to install and use either Webpack or browserify\nto build your project:\n\n```\n$ npm install --save buffer-style\n```\n\n### React components\n\n```javascript\n// ES5\nvar Card = require('buffer-style').Card;\n// ES2015\nimport { Card } from 'buffer-style'\n```\n\n### CSS\n\nTo use the css in your project copy the stylesheet from your `node_modules`\ndirectory. Example:\n\n```\n$ cp ./node_modules/buffer-style/dist/css/style.css ./my-app/assets/style-code.css\n```\n\n\n## Development\n\n### Installing\n\n```\n$ git clone git@github.com:bufferapp/buffer-style.git\n$ npm install\n$ npm install -g gulp\n```\n\n### Start the dev server and watch compilation\n\nThis will start a server at `http://localhost:3000` and auto-compile all css and\njavascript bundles.\n\n```\n$ npm start\n```\n\n### Webpack dev Server\n\n\\**Work in Progress*\\*\n\n### Publishing\n\nTo publish the style guide for consumption on npm, first run the prepublish task.\n\n```\n$ npm run prepublish\n$ npm publish\n```\n\nTo publish on [Github pages](http://bufferapp.github.io/buffer-style/) run:\n\n**WARNING!**\nCommit all changes! 😅👍\n\n```\n$ npm run github-pages\n```\n\n### Directory Structure\n```bash\n/src  - all source files for react components and scss files\n/public - all files for rendering the style guide only\n/dist - all css and js files built to be included in other projects\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbufferapp%2Fbuffer-style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbufferapp%2Fbuffer-style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbufferapp%2Fbuffer-style/lists"}