{"id":21053412,"url":"https://github.com/thecodechef/sample_pug_app","last_synced_at":"2026-01-02T06:05:01.675Z","repository":{"id":79863347,"uuid":"63110165","full_name":"thecodechef/sample_pug_app","owner":"thecodechef","description":"A Simple Pug App Built With Bootstrap \u0026 Gulp","archived":false,"fork":false,"pushed_at":"2018-12-08T07:02:59.000Z","size":52612,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T18:45:34.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/thecodechef.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-11T23:44:33.000Z","updated_at":"2016-07-12T20:02:55.000Z","dependencies_parsed_at":"2023-07-11T04:32:54.655Z","dependency_job_id":null,"html_url":"https://github.com/thecodechef/sample_pug_app","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Fsample_pug_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Fsample_pug_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Fsample_pug_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Fsample_pug_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodechef","download_url":"https://codeload.github.com/thecodechef/sample_pug_app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243497561,"owners_count":20300274,"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-19T16:06:21.176Z","updated_at":"2026-01-02T06:05:01.598Z","avatar_url":"https://github.com/thecodechef.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Sample Pug App [![NPM version](https://badge.fury.io/js/sample_pug_app.svg)](http://badge.fury.io/js/sample_pug_app)\n\n\u003e A Simple Pug App Built With Bootstrap \u0026 Gulp\n\n\u003ca name=\"toc\"\u003e\n## Table of Contents\n + [Install](#install)\n  + [Cloning](#cloning)\n  + [Dependencies](#dependencies)\n + [Usage](#usage)\n + [Contributing](#contributing)\n  + [Tests](#tests)\n  + [Bug Reports](#bug-reports)\n + [Author](#author)\n + [License](#license)\n\n\u003ca name=\"install\"\u003e\n## Install\n\n\u003ca name=\"cloning\"\u003e\n### Cloning\n```bash\ncd path/to/project/folder\ngit clone https://www.github.com/thecodechef/sample_pug_app.git\n```\n\n\u003ca name=\"dependencies\"\u003e\n### Dependencies\n[NPM](\"https://www.npmjs.com\") \u0026 [BOWER](\"https://www.bower.io\")\n---\n```bash\ncd path/to/project\nnpm install \u0026\u0026 bower install\n```\n_Note: Macs/Linux may need `sudo` in front of `npm install`_\n\n\u003ca name=\"usage\"\u003e\n## Usage\nAdd verb to your `gulpfile.js`:\n\n```javascript\nvar verb = require(\"gulp-verb\");\n\ngulp.task('verb', function () {\n  gulp.src(['.verbrc.md'])\n    // dest filename is defined in options,\n    // otherwise gulp will overwrite .verbrc.md\n    .pipe(verb({dest: 'README.md'}))\n    .pipe(gulp.dest('./'));\n});\n```\n\n\u003ca name= \"contributing\"\u003e\n## Contribute\n\n\u003ca name=\"tests\"\u003e\n### Tests\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\ntempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\nquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n\u003ca name=\"bug-reports\"\u003e\n### Bug Reporting\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\ntempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\nquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n\u003ca name=\"auther\"\u003e\n## Author\n\n**Jeremy Bolding**\n \n+ [github/thecodechef](https://github.com/thecodechef)\n+ [twitter/thecodechef](http://twitter.com/thecodechef) \n\n\u003ca name=\"license\"\u003e\n## License\nCopyright (c) 2016 Jeremy Bolding All Rights Reserved.\nLicensed under the MIT license.\n\n---\n\n_This file was generated by [gulp-verb](https://github.com/assemble/gulp-verb) on July 12, 2016._\n\n[Back to Top](#toc)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechef%2Fsample_pug_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodechef%2Fsample_pug_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechef%2Fsample_pug_app/lists"}