{"id":13556534,"url":"https://github.com/bevry/base","last_synced_at":"2025-04-03T10:30:47.937Z","repository":{"id":11404873,"uuid":"13852521","full_name":"bevry/base","owner":"bevry","description":"Base files for new projects","archived":false,"fork":false,"pushed_at":"2024-01-02T18:02:40.000Z","size":293,"stargazers_count":30,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T00:55:53.342Z","etag":null,"topics":["coding-standards","scaffold"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bevry.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-10-25T05:45:04.000Z","updated_at":"2023-09-28T15:21:30.000Z","dependencies_parsed_at":"2022-09-22T22:51:57.402Z","dependency_job_id":"fbbb987b-2a78-4b3d-84ad-160d35dd004a","html_url":"https://github.com/bevry/base","commit_stats":{"total_commits":387,"total_committers":4,"mean_commits":96.75,"dds":"0.21447028423772607","last_synced_commit":"94b45573b6bfa3b3a1e9f84fbc86f9c0b454bffa"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry%2Fbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry%2Fbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry%2Fbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry%2Fbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bevry","download_url":"https://codeload.github.com/bevry/base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246188330,"owners_count":20737697,"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":["coding-standards","scaffold"],"created_at":"2024-08-01T12:03:53.765Z","updated_at":"2025-04-03T10:30:47.669Z","avatar_url":"https://github.com/bevry.png","language":null,"readme":"# Bevry's Project Base Files\n\nFiles we use when scaffolding new projects.\n\n## Automatic\n\nFor complete automatic application of our base files, use [`boundation`](https://github.com/bevry/boundation). Eventually boundation will replace this entire repository.\n\n## Manual\n\nFor manual application of base files.\n\n### Files\n\nDownload the relevant files for your project:\n\n\u003e -   If you have httpie, replace `down` with `http -d`\n\u003e -   If you have wget, replace `down` with `wget -N`\n\u003e -   If you have curl, replace `down` with `curl -OL`\n\n```shell\ndown https://raw.githubusercontent.com/bevry/base/master/.editorconfig\ndown https://raw.githubusercontent.com/bevry/base/master/.flowconfig\ndown https://raw.githubusercontent.com/bevry/base/master/.gitignore\ndown https://raw.githubusercontent.com/bevry/base/master/.npmignore\ndown https://raw.githubusercontent.com/bevry/base/master/CONTRIBUTING.md\ndown https://raw.githubusercontent.com/bevry/base/master/HISTORY.md\ndown https://raw.githubusercontent.com/bevry/base/master/LICENSE.md\n```\n\n### Travis\n\nRefer to [bevry/awesome-travis](https://github.com/bevry/awesome-travis/) for our TravisCI base files.\n\n## Legacy\n\n### Stylelint Config File\n\n[Our `.stylelintrc.js` file.](https://github.com/bevry/base/blob/c9fed620552b3334e05de999eab7186ff91fbf2d/.stylelintrc.js)\n\n```shell\ndown https://github.com/bevry/base/blob/c9fed620552b3334e05de999eab7186ff91fbf2d/.stylelintrc.js\n```\n\nDropped in favour of [Boundation](https://github.com/bevry/boundation).\n\n### TypeScript Config File\n\n[Our `tsconfig.json` file.](https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/tsconfig.json)\n\n```shell\ndown https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/tsconfig.json\n```\n\nDropped in favour of [Boundation](https://github.com/bevry/boundation).\n\n### TravisCI File\n\n[Our `.travis.yml` file.](https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.travis.yml)\n\n```shell\ndown https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.travis.yml\n```\n\nDropped in favour of [Boundation](https://github.com/bevry/boundation) and [Awesome Travis](https://github.com/bevry/awesome-travis).\n\n### DocPad Setup File\n\n[Our `docpad-setup.sh` file.](https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/docpad-setup.sh)\n\n```shell\ndown https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/docpad-setup.sh\n```\n\nDropped in favour of [Boundation](https://github.com/bevry/boundation).\n\n### ESLint Config File\n\n[Our `.eslintrc.js` file.](https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.eslintrc.js)\n\n```shell\ndown https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.eslintrc.js\n```\n\nDropped in favour of [`eslint-config-bevry`](https://github.com/bevry/eslint-config-bevry).\n\n### [ESNextGuardian](https://github.com/bevry/esnextguardian)\n\n[Our `esnextguardian.js` file.](https://github.com/bevry/base/blob/34fc820c8d87f1f21706ce7e26882b6cd5437368/esnextguardian.js)\n\n```shell\ndown https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/esnextguardian.js\n```\n\nDropped in favour of [Editions](https://github.com/bevry/editions).\n\n### [Nakefile](https://github.com/bevry/base/wiki/Nakefile)\n\n[Our `nakefile.js` file.](https://github.com/bevry/base/blob/34fc820c8d87f1f21706ce7e26882b6cd5437368/nakefile.js)\n\n```shell\ndown https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/nakefile.js\n```\n\nDropped in favour of NPM Scripts.\n\n### [Cakefile](http://coffeescript.org/#cake)\n\n[Our `Cakefile` file.](https://raw.githubusercontent.com/bevry/base/22bbd5999c420c4058fd54becb9b1cd3cd1d70dd/Cakefile)\n\n```shell\ndown https://raw.githubusercontent.com/bevry/base/22bbd5999c420c4058fd54becb9b1cd3cd1d70dd/Cakefile\n```\n\nDropped in favour of NPM Scripts.\n\n### [CoffeeLint](http://www.coffeelint.org)\n\n[Our `coffeelint.json` file.](https://github.com/bevry/base/blob/34fc820c8d87f1f21706ce7e26882b6cd5437368/coffeelint.json)\n\n```shell\ndown https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/coffeelint.json\n```\n\n```json\n{\n    \"scripts\": {\n        \"our:verify:coffeelint\": \"coffeelint ./source\"\n    }\n}\n```\n\nDropped in favour of ESNext.\n\n### [Cyclic](https://github.com/bevry/base/wiki/Cyclic)\n\n[Our `cyclic.js` file.](https://github.com/bevry/base/blob/34fc820c8d87f1f21706ce7e26882b6cd5437368/cyclic.js)\n\n```shell\ndown https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/cyclic.js\n```\n\nDropped in favour of npm `\u003e=2`.\n\n### [JSHint](http://jshint.com)\n\n[Our `.jshintrc` file.](https://github.com/bevry/base/blob/b1335ea16811d2870dbde87c3a1a606797db54a0/.jshintrc)\n\n```shell\ndown https://raw.githubusercontent.com/bevry/base/b1335ea16811d2870dbde87c3a1a606797db54a0/.jshintrc\n```\n\nDropped in favour of [ESLint](http://eslint.org).\n\n### [JSCS](http://jscs.info)\n\n[Our `.jscrc` file.](https://github.com/bevry/base/blob/34fc820c8d87f1f21706ce7e26882b6cd5437368/.jscrc)\n\n```shell\ndown https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/.jscrc\n```\n\nDropped in favour of [ESLint](http://eslint.org).\n\n## History\n\n[View the commit history for the release history.](https://github.com/bevry/base/commits/master)\n\n## License\n\nLicensed under the [Creative Commons Zero](http://creativecommons.org/publicdomain/zero/1.0/) making it [public domain](https://en.wikipedia.org/wiki/Public_domain) so you can do whatever you wish with it without worry (you can even remove this notice!)\n\u003cbr/\u003eCopyright \u0026copy; 2011+ [Benjamin Lupton](http://balupton.com)\n","funding_links":[],"categories":["Others","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbevry%2Fbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbevry%2Fbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbevry%2Fbase/lists"}