{"id":21064080,"url":"https://github.com/luochen1990/empty-coffee-project","last_synced_at":"2025-08-31T21:39:24.430Z","repository":{"id":32297848,"uuid":"35872802","full_name":"luochen1990/empty-coffee-project","owner":"luochen1990","description":"create coffeescript project with gulp \u0026 browserify","archived":false,"fork":false,"pushed_at":"2015-05-19T09:37:26.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-28T00:36:58.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/luochen1990.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-05-19T09:33:28.000Z","updated_at":"2015-05-19T09:37:26.000Z","dependencies_parsed_at":"2022-07-25T18:22:22.684Z","dependency_job_id":null,"html_url":"https://github.com/luochen1990/empty-coffee-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luochen1990/empty-coffee-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Fempty-coffee-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Fempty-coffee-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Fempty-coffee-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Fempty-coffee-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luochen1990","download_url":"https://codeload.github.com/luochen1990/empty-coffee-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Fempty-coffee-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273046455,"owners_count":25036179,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"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-11-19T17:48:13.965Z","updated_at":"2025-08-31T21:39:24.394Z","avatar_url":"https://github.com/luochen1990.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Empty CoffeeScript Project\n==========================\n\nFast create an CoffeeScript project with build command.\n\nYou can also just treat this repo as an gulpfile reference if you are familiar with gulp.\n\nProperties\n----------\n\n- build source files with **gulp** \u0026 **browserify**\n- watch file changes \u0026 fast rebuild with **watchify**\n- build all CoffeeScript source files into one(or more if you want) JavaScript file.\n- you can use `require` from nodejs (CommonJS Style) directly\n- compiled JavaScript can be used on both nodejs and browser\n- both complete version and minified version are built\n\nHow to use\n----------\n\n### prepare\n\n1. install gulp globally\n\t```\n\tnpm install -g gulp\n\t```\n\n### create new project\n\n1. clone this repo\n\t```\n\tgit clone git@github.com:luochen1990/empty-coffee-project.git\n\t```\n2. install npm packages\n\t```\n\tcd path/to/this/repo/\n\tnpm install\n\t```\n3. reset git commit messages \u0026 upstream\n\t```\n\trm -rf .git\n\tgit init\n\t```\n4. modify package.json and replace `???` to proper informations of yours\n5. create `/src` directory to put source files(includes .coffee, .js, .html, .css etc.)\n\n### commands in developing\n\n- `gulp build`, build source files from `src/` to `build/`\n- `gulp clean`, clean built files under `build/`\n- `gulp watch`, start to watch file changes and rebuild source files\n- `gulp`, build then watch\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluochen1990%2Fempty-coffee-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluochen1990%2Fempty-coffee-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluochen1990%2Fempty-coffee-project/lists"}