{"id":16665672,"url":"https://github.com/zmmbreeze/project-starter","last_synced_at":"2026-04-28T02:33:10.371Z","repository":{"id":24588738,"uuid":"27996887","full_name":"zmmbreeze/project-starter","owner":"zmmbreeze","description":"Gulp + Browserify + LESS","archived":false,"fork":false,"pushed_at":"2015-01-15T07:38:58.000Z","size":180,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-12T22:44:56.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/zmmbreeze.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-12-14T14:34:02.000Z","updated_at":"2018-06-24T07:06:19.000Z","dependencies_parsed_at":"2022-09-04T03:00:14.417Z","dependency_job_id":null,"html_url":"https://github.com/zmmbreeze/project-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zmmbreeze/project-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmmbreeze%2Fproject-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmmbreeze%2Fproject-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmmbreeze%2Fproject-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmmbreeze%2Fproject-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmmbreeze","download_url":"https://codeload.github.com/zmmbreeze/project-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmmbreeze%2Fproject-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32363629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-12T11:07:52.183Z","updated_at":"2026-04-28T02:33:10.347Z","avatar_url":"https://github.com/zmmbreeze.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"project-starter\n============\n\nStarter Gulp + Browserify + less project with examples of how to accomplish some common tasks and workflows. Base on [gulp-starter](https://github.com/greypants/gulp-starter).\n\nIncludes the following tools, tasks, and workflows:\n\n- [Browserify](http://browserify.org/) (with [browserify-shim](https://github.com/thlorenz/browserify-shim))\n- [Watchify](https://github.com/substack/watchify) (caching version of browserify for super fast rebuilds)\n- [less](lesscss.org) (with [autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer))\n- [BrowserSync](http://browsersync.io) for live reloading and a static server\n- Image optimization\n- Error Notifications in Notification Center\n\nIf you've never used Node or npm before, you'll need to install Node.\nIf you use homebrew, do:\n\n```\nbrew install node\n```\n\nOtherwise, you can download and install from [here](http://nodejs.org/download/).\n\n### Install Gulp Globally\n\nGulp must be installed globally in order to use the command line tools. *You may need to use `sudo`*\n\n\n```\nnpm install -g gulp\n```\n\nAlternatively, you can run the version of gulp installed local to the project instead with\n\n\n```\n./node_modules/.bin/gulp\n```\n\n### Install npm dependencies\n\n```\nnpm install\n```\n\nThis runs through all dependencies listed in `package.json` and downloads them\nto a `node_modules` folder in your project directory.\n\n### Run gulp and be amazed.\n\n```\ngulp\n```\n\nThis will run the `default` gulp task defined in `gulp/tasks/default.js`, which does the following:\n- Run 'watch', which has 2 task dependencies, `['setWatch', 'browserSync']`\n- `setWatch` sets a variable that tells the browserify task whether or not to use watchify.\n- `browserSync` has `build` as a task dependecy, so that all your assets will be processed before browserSync tries to serve them to you in the browser.\n- `build` includes the following tasks: `['browserify', 'less', 'images', 'markup']`\n\n### Configuration\nAll paths and plugin settings have been abstracted into a centralized config object in `gulp/config.js`. Adapt the paths and settings to the structure and needs of your project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmmbreeze%2Fproject-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmmbreeze%2Fproject-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmmbreeze%2Fproject-starter/lists"}