{"id":15784651,"url":"https://github.com/zswang/gulp-examplejs","last_synced_at":"2025-03-31T17:25:09.646Z","repository":{"id":143801926,"uuid":"58922365","full_name":"zswang/gulp-examplejs","owner":"zswang","description":"A tool for converting sample code into test cases","archived":false,"fork":false,"pushed_at":"2016-07-21T10:16:49.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-13T09:39:11.597Z","etag":null,"topics":["example","examplejs","unittest"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zswang.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-16T10:00:51.000Z","updated_at":"2017-05-09T08:21:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f9049bf-31e0-427f-8aaa-3303e31224e0","html_url":"https://github.com/zswang/gulp-examplejs","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"8a5d42866fdb1d6c58a818f432bb54bc69956a41"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-examplejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-examplejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-examplejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-examplejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zswang","download_url":"https://codeload.github.com/zswang/gulp-examplejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246506577,"owners_count":20788668,"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":["example","examplejs","unittest"],"created_at":"2024-10-04T20:04:46.463Z","updated_at":"2025-03-31T17:25:09.611Z","avatar_url":"https://github.com/zswang.png","language":"JavaScript","readme":"# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coverage-image]][coverage-url]\n\ngulp-examplejs\n-----\n\n\u003e A tool for converting example code into test cases with [examplejs](https://github.com/zswang/examplejs).\n\n## Installation\n\nInstall package with NPM and add it to your development dependencies:\n\n`npm install --save-dev gulp-examplejs`\n\n## Usage\n\n```javascript\nvar examplejs = require('gulp-examplejs');\n\ngulp.task('dist', function() {\n  return gulp.src('lib/*.js')\n    .pipe(examplejs())\n    .pipe(gulp.dest('dist'));\n});\n```\n\n## Options\n\n- `desc`\n\n  Test case description\n\n- `timeout`\n\n  Test case timeout\n\n- `head`\n\n  Include head filen\n\n- `header`\n\n  Include head text\n\n## License\n\nMIT © [zswang](http://weibo.com/zswang)\n\n[npm-url]: https://npmjs.org/package/gulp-examplejs\n[npm-image]: https://badge.fury.io/js/gulp-examplejs.svg\n[travis-url]: https://travis-ci.org/zswang/gulp-examplejs\n[travis-image]: https://travis-ci.org/zswang/gulp-examplejs.svg?branch=master\n[coverage-url]: https://coveralls.io/github/zswang/gulp-examplejs?branch=master\n[coverage-image]: https://coveralls.io/repos/zswang/gulp-examplejs/badge.svg?branch=master\u0026service=github\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fgulp-examplejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzswang%2Fgulp-examplejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fgulp-examplejs/lists"}