{"id":16609735,"url":"https://github.com/stefanwalther/boilerplate-es6","last_synced_at":"2025-04-07T22:32:24.101Z","repository":{"id":143863264,"uuid":"61822581","full_name":"stefanwalther/boilerplate-es6","owner":"stefanwalther","description":"Boilerplate for ES6 projects","archived":false,"fork":false,"pushed_at":"2023-12-15T17:47:03.000Z","size":28,"stargazers_count":8,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T17:54:31.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/stefanwalther.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-06-23T17:05:30.000Z","updated_at":"2020-01-30T15:54:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1fb7159-f817-488b-820f-e4f1c306ecf8","html_url":"https://github.com/stefanwalther/boilerplate-es6","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fboilerplate-es6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fboilerplate-es6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fboilerplate-es6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fboilerplate-es6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanwalther","download_url":"https://codeload.github.com/stefanwalther/boilerplate-es6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247741478,"owners_count":20988409,"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-10-12T01:29:13.968Z","updated_at":"2025-04-07T22:32:21.476Z","avatar_url":"https://github.com/stefanwalther.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# boilerplate-es6\n\n\u003e boilerplate-es6 is a template for your es6 based projects using\n\n## Install\n\n```sh\n## Clone the repo\n$ git clone git@github.com:stefanwalther/boilerplate-es6.git\n\n## Install all dependencies\n$ npm install\n```\n\n## Basic concept\n\n* JavaScript ES6\n* ES6 Transpiler\n  - [babel](https://babeljs.io/)\n* Build system\n  - [gulp](http://gulpjs.com/)\n* Test framework\n  - [mocha](https://mochajs.org/)\n  - [istanbul](https://istanbul.js.org/) \u0026 [nyc](https://github.com/istanbuljs/nyc)\n* Code style\n  - [idiomatic](https://github.com/rwaldron/idiomatic.js/)\n  - [eslint](http://eslint.org/) (using JS code style idiomatic)\n* Documentation\n  - [verb](https://github.com/verbose/verb)\n\n## Script Tasks\n\n### build\n\n\u003e Build the code from `./src`, store in `./dist`\n\n```sh\n$ npm run build\n```\n\n### Test\n\n```sh\n## Unit tests\n$ npm run test:unit\n\n## E2E tests\n$ npm run test:e2e\n\n## All tests\n$ npm run test\n```\n\n### Test coverage\n\n```sh\n$ npm run coverage\n```\n\n### Linting\n\n```sh\n## Lint `./src`\n$ npm run lint\n\n## Lint './test`\n$ npm run lint:test\n```\n\n### Documentation\n\n```sh\n## Generated documentation using verb\n$ npm run docs\n```\n\n## Author\n\n**Stefan Walther**\n\n* [github/stefanwalther](https://github.com/stefanwalther)\n* [twitter/waltherstefan](http://twitter.com/waltherstefan)\n\n## License\n\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.30, on October 21, 2016._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwalther%2Fboilerplate-es6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanwalther%2Fboilerplate-es6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwalther%2Fboilerplate-es6/lists"}