{"id":13989721,"url":"https://github.com/hemerajs/modern-node-package","last_synced_at":"2025-07-24T20:37:24.264Z","repository":{"id":76944221,"uuid":"111454565","full_name":"hemerajs/modern-node-package","owner":"hemerajs","description":"Modern Stack to build server-side Node.js packages.","archived":false,"fork":false,"pushed_at":"2018-05-28T20:09:09.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-24T21:51:49.605Z","etag":null,"topics":["boilerplate","continuous-integration","githook","modern","nodejs","testing"],"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/hemerajs.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-20T19:37:39.000Z","updated_at":"2018-10-16T09:57:09.000Z","dependencies_parsed_at":"2024-01-23T21:15:52.717Z","dependency_job_id":"70877ca7-1a46-41ec-9bfd-7ec26523c063","html_url":"https://github.com/hemerajs/modern-node-package","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hemerajs/modern-node-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemerajs%2Fmodern-node-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemerajs%2Fmodern-node-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemerajs%2Fmodern-node-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemerajs%2Fmodern-node-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemerajs","download_url":"https://codeload.github.com/hemerajs/modern-node-package/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemerajs%2Fmodern-node-package/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266902916,"owners_count":24003789,"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-07-24T02:00:09.469Z","response_time":99,"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":["boilerplate","continuous-integration","githook","modern","nodejs","testing"],"created_at":"2024-08-09T13:01:59.753Z","updated_at":"2025-07-24T20:37:24.205Z","avatar_url":"https://github.com/hemerajs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Modern Node Package\n\nModern Stack to build server-side Node.js packages\n\n# What's included?\n\n## Testing\n\n**Requirements:**\n\n* Parallel tests\n* Isolated tests\n* Async / Await support\n* Assertion counting\n* Good diff reporting\n* TAP reporter\n* Coverage reports\n\n:star2: [ava](https://github.com/avajs/ava)\n\n```\nnpm run test\n```\n\n## Linting \u0026 Formatting\n\n**Requirements:**\n\n* StandardJs\n* Opinionated Code Formatter\n* Format files on precommit\n\n:star2: [prettier](https://github.com/prettier/prettier)\n\n:star2: [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)\n\n```\nnpm run format\nnpm run lint\n```\n\n### Format staged files only\n\nRuns on precommit hooks by hasky package.\n\n:star2: [pretty-quick](https://github.com/azz/pretty-quick)\n\n## Code coverage\n\n**Requirements:** Support for common report formats\n\n:star2: Istanbul [nyc](https://github.com/istanbuljs/nyc)\n\n```\nnpm run coverage\nnpm run coverage:html\n```\n\n:star2: Send coverage report with [coveralls](https://github.com/nickmerwin/node-coveralls) to [coveralls.io](https://coveralls.io)\n\n```\nnpm run coverage\n```\n\n## Publishing\n\n**Requirements:** Painless NPM publishing\n\n:star2: [np](https://github.com/sindresorhus/np)\n\n```\nnp patch\nnp minor\nnp major\n```\n\n## Git-Hooks\n\n**Requirements:** Define hooks as npm scripts\n\n:star2: [Husky](https://github.com/typicode/husky)\n\n## Continuous Integration\n\n**Requirements:** Free CI for OS\n\n* [Travis](https://travis-ci.org/) for Unix\n* [Appveyor](https://ci.appveyor.com) for Windows\n\n## Maintaining consistent coding styles\n\n:star2: [Editorconfig](http://editorconfig.org/)\n\n## Ignore files\n\n* Use a .npmignore file to keep stuff out of your package.\n* Use .gitignore file to keep stuff out of your repository.\n\n## Badges\n\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](#badge)\n[![Build Status](https://travis-ci.org//hemerajs/modern-node-package.svg?branch=master)](https://travis-ci.org//hemerajs/modern-node-package)\n[![Build status](https://ci.appveyor.com/api/projects/status/58ldk1x962nviv03?svg=true)](https://ci.appveyor.com/project/hemerajs/modern-node-package)\n[![Coverage Status](https://coveralls.io/repos/github/hemerajs/modern-node-package/badge.svg?branch=master)](https://coveralls.io/github/hemerajs/modern-node-package?branch=master)\n[![NPM version](https://img.shields.io/npm/v/modern-node-package.svg?style=flat)](https://www.npmjs.com/package/modern-node-package)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemerajs%2Fmodern-node-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemerajs%2Fmodern-node-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemerajs%2Fmodern-node-package/lists"}