{"id":21203336,"url":"https://github.com/ricardojrmcom/nova","last_synced_at":"2026-05-11T02:20:29.511Z","repository":{"id":45642254,"uuid":"420277835","full_name":"ricardojrmcom/nova","owner":"ricardojrmcom","description":"NPM package boilerplate","archived":false,"fork":false,"pushed_at":"2022-04-29T05:01:02.000Z","size":344,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-29T14:39:32.835Z","etag":null,"topics":["boilerplate","cicd","eslint","husky","jest","npm","prettier","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ricardojrmcom.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":"2021-10-23T00:36:53.000Z","updated_at":"2022-04-26T23:43:07.000Z","dependencies_parsed_at":"2022-09-05T20:01:37.424Z","dependency_job_id":null,"html_url":"https://github.com/ricardojrmcom/nova","commit_stats":null,"previous_names":["ricardo-jrm/nova"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/ricardojrmcom/nova","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardojrmcom%2Fnova","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardojrmcom%2Fnova/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardojrmcom%2Fnova/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardojrmcom%2Fnova/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricardojrmcom","download_url":"https://codeload.github.com/ricardojrmcom/nova/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardojrmcom%2Fnova/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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","cicd","eslint","husky","jest","npm","prettier","typescript"],"created_at":"2024-11-20T20:23:19.343Z","updated_at":"2026-04-02T03:04:35.558Z","avatar_url":"https://github.com/ricardojrmcom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🟪 `@ricardojrmcom/nova`\n\n\u003cb\u003eTypescript NPM Package Boilerplate\u003c/b\u003e\n\n![build](https://img.shields.io/github/workflow/status/ricardojrmcom/nova/Continuous%20Integration?style=for-the-badge)\n![license](https://img.shields.io/github/license/ricardojrmcom/nova?style=for-the-badge)\n\n![author](\u003chttps://img.shields.io/badge/Author-Ricardo%20%3Cl1b3r__--%3E%20Mota%20(%40ricardojrmcom)-orange?style=for-the-badge\u003e)\n\n![lang](https://img.shields.io/github/languages/top/ricardojrmcom/nova?style=for-the-badge)\n![version](https://img.shields.io/npm/v/@ricardojrmcom/nova?style=for-the-badge)\n![size](https://img.shields.io/bundlephobia/min/@ricardojrmcom/nova?style=for-the-badge)\n\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n---\n\n\u003cbr /\u003e\n\n### \u003cb\u003eBootstrap\u003c/b\u003e\n\n```tsx\nnpx @ricardojrmcom/nova\n```\n\nBoilerplate `TypeScript` project bootstrapped with all necessary configs and workflows\n\n\u003cbr /\u003e\n\n### \u003cb\u003eWorkflows\u003c/b\u003e\n\nQuality Assurance\n\n- Will lint code and run tests\n- Runs on `pull_request` sync and `push` to `main`\n\nRelease\n\n- Will create a GitHub release with auto generated versioning and changelog\n- Will publish the package to the public NPM registry\n- Runs on `push` to `main` and after the QA job\n\nPublish to GitHub (Public)\n\n- Will publish the package to the public GitHub registry\n- Runs on `workflow_dispatch`\n\n\u003cbr /\u003e\n\n---\n\n\u003cbr /\u003e\n\n### \u003cb\u003eInstall\u003c/b\u003e\n\n```tsx\nnpm install @ricardojrmcom/nova\n\nyarn add @ricardojrmcom/nova\n```\n\n\u003cbr /\u003e\n\n### \u003cb\u003eUsage\u003c/b\u003e\n\n```tsx\nimport { example, exampleType } from '@ricardojrmcom/nova';\n\nexample();\n```\n\n\u003cbr /\u003e\n\n### \u003cb\u003eScripts\u003c/b\u003e\n\n```tsx\n// install deps\nyarn install\n\n// run dev\nyarn dev\n\n// run build\nyarn build\n\n// run lint\nyarn lint\n\n// run unit tests\nyarn test\n```\n\n\u003cbr /\u003e\n\n### \u003cb\u003eProject\u003c/b\u003e\n\n- [Project Page](https://l1b3r.notion.site/nova-564cb6e6b3c54345934a5cb1a59ebb0f)\n- [Source Code](https://github.com/ricardojrmcom/nova)\n- [Releases Page](https://github.com/ricardojrmcom/nova/releases)\n\n\u003cbr /\u003e\n\n### \u003cb\u003eProject Dependencies\u003c/b\u003e\n\n- \u003cb\u003eTS Package Boilerplate: [🟪 @ricardojrmcom/nova](https://github.com/ricardojrmcom/nova)\u003c/b\u003e\n\n\u003cbr /\u003e\n\n### \u003cb\u003eDev Dependencies\u003c/b\u003e\n\n- `Yarn`\n- `Typescript`\n- `Nodemon`\n- `Prettier`\n- `ESLint`\n- `Commit Lint`\n- `Lint Staged`\n- `Husky`\n- `Jest`\n- `Semantic Release`\n\n\u003cbr /\u003e\n\n---\n\n\u003cbr /\u003e\n\n### \u003cb\u003eLicense\u003c/b\u003e\n\n[MIT](https://github.com/ricardojrmcom/nova/blob/main/LICENSE) © Ricardo \u003cl1b3r\\_-\u003e Mota ([@ricardojrmcom](https://github.com/ricardojrmcom))\n\nBootstrapped with 🟪[@ricardojrmcom/nova](https://github.com/ricardojrmcom/nova)\n\n\u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardojrmcom%2Fnova","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricardojrmcom%2Fnova","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardojrmcom%2Fnova/lists"}