{"id":19664680,"url":"https://github.com/wisersolutions/package-seed","last_synced_at":"2025-06-11T18:06:01.547Z","repository":{"id":33152151,"uuid":"149111695","full_name":"WiserSolutions/package-seed","owner":"WiserSolutions","description":"Default setup for a JavaScript library package","archived":false,"fork":false,"pushed_at":"2023-07-18T20:17:22.000Z","size":1267,"stargazers_count":0,"open_issues_count":6,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-14T04:48:46.925Z","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/WiserSolutions.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}},"created_at":"2018-09-17T10:58:26.000Z","updated_at":"2021-09-21T07:07:36.000Z","dependencies_parsed_at":"2024-11-11T16:29:10.903Z","dependency_job_id":null,"html_url":"https://github.com/WiserSolutions/package-seed","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiserSolutions%2Fpackage-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiserSolutions%2Fpackage-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiserSolutions%2Fpackage-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiserSolutions%2Fpackage-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WiserSolutions","download_url":"https://codeload.github.com/WiserSolutions/package-seed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240974391,"owners_count":19887298,"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-11T16:18:35.241Z","updated_at":"2025-02-27T03:42:58.583Z","avatar_url":"https://github.com/WiserSolutions.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# package-seed\n\nDefault setup for a JavaScript library package\n\n## Use\n\nCreate a new folder where you want to start a new package or check out a new, empty repository.\nRun the following from that folder:\n\n```sh\nnpx @wisersolutions/package-seed\n```\n\nThis will seed the new package with the default setup. Package description should either be added\nmanually or using the `-d` command-line option.\n\n_Note: The seed data expects the package to be hosted under the `WiserSolutions` GitHub organization.\nIf that's not the case, make sure to replace all instances of that label in the seeded sources._\n\n## Development\n\n### Install\n\nInstall dependencies using:\n\n```sh\nnpm install\n```\n\n### Develop\n\nAfter you modify sources, run the following (or set up your IDE to do it for you):\n\n- format the code using `npm run format`\n- lint it using `npm run lint`\n- test it using `npm test`\n\nand fix the errors, if there are any.\n\n### Publish\n\nPublishing is done in two steps:\n\n1. Create a new version tag and push it to the repository:\n    ```sh\n    npm version \u003cpatch|minor|major\u003e\n    git push --follow-tags\n    ```\n1. Build and publish the new version as a npm package:\n    ```sh\n    npm publish --access public\n    ``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisersolutions%2Fpackage-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisersolutions%2Fpackage-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisersolutions%2Fpackage-seed/lists"}