{"id":13397374,"url":"https://github.com/basscss/bassplate","last_synced_at":"2025-03-14T00:32:19.745Z","repository":{"id":23135413,"uuid":"26490357","full_name":"basscss/bassplate","owner":"basscss","description":"Boilerplate for Basscss with PostCSS","archived":true,"fork":false,"pushed_at":"2016-04-13T12:18:44.000Z","size":91,"stargazers_count":144,"open_issues_count":0,"forks_count":26,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-09-29T23:34:47.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://basscss.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basscss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-11T15:14:34.000Z","updated_at":"2024-01-05T07:55:13.000Z","dependencies_parsed_at":"2022-07-31T07:08:04.288Z","dependency_job_id":null,"html_url":"https://github.com/basscss/bassplate","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basscss%2Fbassplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basscss%2Fbassplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basscss%2Fbassplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basscss%2Fbassplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basscss","download_url":"https://codeload.github.com/basscss/bassplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243504704,"owners_count":20301491,"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-07-30T18:01:20.405Z","updated_at":"2025-03-14T00:32:19.375Z","avatar_url":"https://github.com/basscss.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# Bassplate\nBoilerplate for [Basscss](http://basscss.com) with postcss\n\n## Features\n\n- Basic `index.html` template with asset links and responsive viewport meta tag\n- Starter folder structure\n- npm run scripts for processing with postcss\n- postcss plugins\n  - import\n  - custom-media\n  - custom-properties\n  - calc\n  - color-function\n  - discard-comments\n  - autoprefixer\n\n## Getting Started\n\nYou will need\n\n- [git](https://git-scm.com/)\n- [Node.js](http://nodejs.org/download/)\n- **[npm v3](https://docs.npmjs.com/getting-started/installing-node#updating-npm)** - just a `sudo npm install -g npm` away\n\nTo start fresh, clone Bassplate into a new project and remove its git directory.\n\n``` bash\ngit clone https://github.com/basscss/bassplate.git new-project\ncd new-project\nrm -rf .git\n```\n\nInstall the dependencies.\n\n``` bash\nnpm install\n```\n\nStart watching files for compilation.\n\n``` bash\nnpm start\n```\n\nUse `index.html` as a starting point, and edit `src/base.css` to customize the CSS.\n\n## Adding optional modules\n\nTo add [other helpful basscss modules](https://www.npmjs.com/search?q=basscss), add the relevant `@import` to `src/base.css` and add the dependency to your `package.json`\n\nSo to add the basscss [background image utils](https://github.com/basscss/background-images)\nyou'd:\n\nEdit `src/base.css`\n\n```css\n@import 'basscss-background-images';\n```\n\nAdd the dependency\n\n```sh\nnpm install basscss-background-images\n```\n\nand then recompile with\n\n```sh\nnpm run css\n```\n\n---\n\nMIT License\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasscss%2Fbassplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasscss%2Fbassplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasscss%2Fbassplate/lists"}