{"id":19560634,"url":"https://github.com/zoubin/es6-pkg","last_synced_at":"2025-10-04T04:22:32.481Z","repository":{"id":57227180,"uuid":"43352375","full_name":"zoubin/es6-pkg","owner":"zoubin","description":"Boilerplate for developing node modules using es6","archived":false,"fork":false,"pushed_at":"2015-11-15T02:22:52.000Z","size":396,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T18:04:33.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zoubin.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-09-29T07:40:21.000Z","updated_at":"2017-10-16T20:30:38.000Z","dependencies_parsed_at":"2022-09-01T11:23:30.521Z","dependency_job_id":null,"html_url":"https://github.com/zoubin/es6-pkg","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fes6-pkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fes6-pkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fes6-pkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fes6-pkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoubin","download_url":"https://codeload.github.com/zoubin/es6-pkg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240822615,"owners_count":19863302,"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-11T05:08:21.009Z","updated_at":"2025-10-04T04:22:27.415Z","avatar_url":"https://github.com/zoubin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# es6-pkg\nBoilerplate for developing node modules using es6\n\n**NOTE**: This package is no longer maintained. Use [javascript-package-boilerplate](https://github.com/zoubin/javascript-package-boilerplate) instead.\n\n## Usage\n\n```bash\nnpm i -g es6-pkg\n\nmkdir your_project\n\ncd your_project\n\n# create `package.json`\nnpm init\n\n# create files\nes6pkg\n\nnpm install\n\n# test the sample code\ngulp\n\n# coding\n\n# check coverage\nnpm test\n\n# commit your code and bump version\n\ngulp build\n\ncd build\n\nnpm publish\n\n```\n\n### project directory\n\nPut all your scripts in `lib/`, and tests in `test/`.\n\nIf there is a `bin` directory,\nyou should modify `gulpfile.babel.js`.\n\n```\n⌘ tree .\n.\n├── gulpfile.babel.js\n├── index.js\n├── lib\n│   └── main.es6\n├── package.json\n└── test\n    └── main.es6\n```\n\n### test and coverage\n\nRun `gulp` or `npm test`, you will see something like:\n\n![test](test.png)\n\n## Test\n\nRefer to [tape](https://github.com/substack/tape) to learn how to write tests.\n\nThe default reporter is [tap-spec](https://github.com/scottcorgan/tap-spec).\n\n**NOTE**: Tests should depend upon the same `tape` with `gulp-tape`,\notherwise the reporter may fail to receive the output.\n\nCoverage statistics is done by\n[istanbul](https://github.com/SBoudrias/gulp-istanbul) and\n[isparta](https://github.com/douglasduteil/isparta).\n\n## Lint\n\nRefer to [eslint](https://github.com/eslint/eslint/tree/master/docs/rules)\nto learn how to confiure.\n\n## Learn es6\n\n* [lukehoban#es6features](https://github.com/lukehoban/es6features)\n* [ecma-262 6th edition](http://www.ecma-international.org/ecma-262/6.0/)\n* [mdn](https://developer.mozilla.org/en-US/docs/Web/JavaScript)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoubin%2Fes6-pkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoubin%2Fes6-pkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoubin%2Fes6-pkg/lists"}