{"id":16252410,"url":"https://github.com/remarkablemark/npm-package-template","last_synced_at":"2025-06-26T05:02:22.447Z","repository":{"id":66056490,"uuid":"66815624","full_name":"remarkablemark/npm-package-template","owner":"remarkablemark","description":"An npm package template.","archived":false,"fork":false,"pushed_at":"2025-03-07T00:03:21.000Z","size":46,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T06:23:49.414Z","etag":null,"topics":["npm","npm-package-template","package","template"],"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/remarkablemark.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"buy_me_a_coffee":"remarkablemark","thanks_dev":"u/gh/remarkablemark","custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2016-08-29T05:59:02.000Z","updated_at":"2025-03-07T00:03:24.000Z","dependencies_parsed_at":"2024-01-03T01:16:22.550Z","dependency_job_id":"f1eefc0f-aa37-4e26-be8d-9df44e357da9","html_url":"https://github.com/remarkablemark/npm-package-template","commit_stats":{"total_commits":90,"total_committers":2,"mean_commits":45.0,"dds":0.0444444444444444,"last_synced_commit":"7d2ac98ab42c3d5b8dee8308e3dcaadd58937c58"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/remarkablemark/npm-package-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fnpm-package-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fnpm-package-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fnpm-package-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fnpm-package-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/npm-package-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fnpm-package-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262003915,"owners_count":23243346,"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":["npm","npm-package-template","package","template"],"created_at":"2024-10-10T15:13:36.496Z","updated_at":"2025-06-26T05:02:21.691Z","avatar_url":"https://github.com/remarkablemark.png","language":"JavaScript","funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://buymeacoffee.com/remarkablemark","https://thanks.dev/u/gh/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"# npm-package-template\n\n[![NPM](https://nodei.co/npm/npm-package-template.png)](https://nodei.co/npm/npm-package-template/)\n\n[![NPM version](https://img.shields.io/npm/v/npm-package-template.svg)](https://www.npmjs.com/package/npm-package-template)\n[![Build Status](https://travis-ci.org/remarkablemark/npm-package-template.svg?branch=master)](https://travis-ci.org/remarkablemark/npm-package-template)\n[![Coverage Status](https://coveralls.io/repos/github/remarkablemark/npm-package-template/badge.svg?branch=master)](https://coveralls.io/github/remarkablemark/npm-package-template?branch=master)\n\nnpm package template.\n\n## Installation\n\nClone repository with Git:\n\n```sh\ngit clone https://github.com/remarkablemark/npm-package-template.git\ncd npm-package-template\n```\n\n## Usage\n\nRename package (use [npm-package-name-checker](https://remarkablemark.org/npm-package-name-checker/) to check for name availability):\n\n```sh\n# replace $NAME with your package name\ngit grep -l npm-package-template | xargs sed -i '' -e \"s/npm-package-template/$NAME/g\"\n```\n\nManually update the files:\n\n- [ ] LICENSE\n- [ ] README.md\n- [ ] package.json\n\nReinitialize Git repository:\n\n```sh\nrm -rf .git\ngit init\n```\n\nInstall package dependencies:\n\n```sh\nnpm install\n```\n\nMake first commit:\n\n```sh\ngit commit -am \"feat: initial commit\"\n```\n\n## Testing\n\nRun tests:\n\n```sh\nnpm test\n```\n\nRun tests in watch mode:\n\n```sh\nnpm run test:watch\n```\n\nRun tests with coverage:\n\n```sh\nnpm run test:coverage\n```\n\nView coverage in browser:\n\n```sh\nnpm run test:coverage:report\nopen coverage/index.html\n```\n\nLint files:\n\n```sh\nnpm run lint\n```\n\nFix lint errors:\n\n```sh\nnpm run lint:fix\n```\n\n## Release\n\nOnly collaborators with credentials can release and publish:\n\n```sh\nnpm run release\ngit push --follow-tags \u0026\u0026 npm publish\n```\n\nTo see what files are going to be published, run the command:\n\n```sh\nnpm pack --dry-run\n# tar tvf $(npm pack)\n```\n\n## Support\n\n- [Patreon](https://b.remarkabl.org/patreon)\n- [Ko-fi](https://b.remarkabl.org/ko-fi)\n- [Liberapay](https://b.remarkabl.org/liberapay)\n- [Teepsring](https://b.remarkabl.org/teespring)\n\n## License\n\n[MIT](https://github.com/remarkablemark/npm-package-template/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fnpm-package-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fnpm-package-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fnpm-package-template/lists"}