{"id":13604276,"url":"https://github.com/Create-Node-App/create-node-app","last_synced_at":"2025-04-11T23:32:10.551Z","repository":{"id":38464191,"uuid":"301920959","full_name":"Create-Node-App/create-node-app","owner":"Create-Node-App","description":"Powerful tool to scaffold your application choosing between different templates and extensions for Web apps, Web Extensions, Monorepos, and more!","archived":false,"fork":false,"pushed_at":"2025-03-28T06:10:03.000Z","size":2882,"stargazers_count":79,"open_issues_count":13,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T21:51:11.440Z","etag":null,"topics":["ci","cli","create-awesome-node-app","devcontainer","docker","docker-compose","github-actions","hacktoberfest","nestjs","npx","reactjs","state-management","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/create-awesome-node-app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Create-Node-App.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-07T03:54:57.000Z","updated_at":"2025-03-28T06:10:06.000Z","dependencies_parsed_at":"2024-02-04T07:22:58.443Z","dependency_job_id":"bbbffdf1-8489-4ee3-ae64-2069a2698990","html_url":"https://github.com/Create-Node-App/create-node-app","commit_stats":{"total_commits":484,"total_committers":7,"mean_commits":69.14285714285714,"dds":"0.18388429752066116","last_synced_commit":"5e325f4d75b05771ba095c05d304b8786d17a302"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Create-Node-App%2Fcreate-node-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Create-Node-App%2Fcreate-node-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Create-Node-App%2Fcreate-node-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Create-Node-App%2Fcreate-node-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Create-Node-App","download_url":"https://codeload.github.com/Create-Node-App/create-node-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247645883,"owners_count":20972560,"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":["ci","cli","create-awesome-node-app","devcontainer","docker","docker-compose","github-actions","hacktoberfest","nestjs","npx","reactjs","state-management","typescript"],"created_at":"2024-08-01T19:00:42.715Z","updated_at":"2025-04-11T23:32:05.537Z","avatar_url":"https://github.com/Create-Node-App.png","language":"TypeScript","funding_links":[],"categories":["cli","Get Started"],"sub_categories":["Official Resources"],"readme":"\u003c!--lint disable double-link awesome-heading awesome-git-repo-age awesome-toc--\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ch1\u003e🌟 Create Awesome Node App 🚀\u003c/h1\u003e\n\n[Changelog](./packages/create-awesome-node-app/CHANGELOG.md) |\n[Contributing](./CONTRIBUTING.md)\n\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![Awesome](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite#get-started)\n[![Continious Integration][cibadge]][ciurl]\n[![npm][npmversion]][npmurl]\n[![npm][npmdownloads]][npmurl]\n[![License: MIT][licensebadge]][licenseurl]\n\n\u003c/div\u003e\n\nThis repository contains the source code for the `create-awesome-node-app` package. ✨\n\n![cna](https://user-images.githubusercontent.com/17727170/229553510-49d0d46f-11ac-4b07-acf3-8db8ce7959ec.gif)\n\n## 🚀 Available Scripts\n\nIn the project directory, you can run:\n\n| `npm run \u003cscript\u003e` | Description                                                                                                             |\n| ------------------ | ----------------------------------------------------------------------------------------------------------------------- |\n| `test`             | Runs unit tests with Jest.                                                                                              |\n| `lint`             | 🚦 [Lints](http://stackoverflow.com/questions/8503559/what-is-linting) the project for potential errors                 |\n| `lint:fix`         | Lints the project and [fixes all correctable errors](http://eslint.org/docs/user-guide/command-line-interface.html#fix) |\n| `format`           | Formats the project using [Prettier](https://prettier.io/)                                                              |\n| `type-check`       | Runs [TypeScript](https://www.typescriptlang.org/) type checking                                                        |\n\n## Running Locally\n\nWhen contributing you might want to test your changes locally before opening a PR. To do so, you can use the `create-awesome-node-app` CLI to create a new project and test your changes.\n\n```sh\n# Clone the repository\ngit clone https://github.com/Create-Node-App/create-node-app.git\n\n# Move into the directory\ncd create-node-app\n\n# Setup your local environment\nfnm use\nnpm install\n\n# Build the CLI\nnpm run build -- --filter create-awesome-node-app\n\n# Create a new project\n./packages/create-awesome-node-app/index.js my-app\n```\n\n## 🤝 Contributing\n\n- Contributions make the open source community such an amazing place to learn, inspire, and create.\n- Any contributions you make are **truly appreciated**.\n- Check out our [contribution guidelines](./CONTRIBUTING.md) for more information.\n\n[cibadge]: https://github.com/Create-Node-App/create-node-app/actions/workflows/ci.yml/badge.svg\n[npmversion]: https://img.shields.io/npm/v/create-awesome-node-app.svg?maxAge=2592000?style=plastic\n[npmdownloads]: https://img.shields.io/npm/dm/create-awesome-node-app.svg?maxAge=2592000?style=plastic\n[licensebadge]: https://img.shields.io/badge/License-MIT-blue.svg\n[ciurl]: https://github.com/Create-Node-App/create-node-app/actions/workflows/ci.yml\n[npmurl]: https://www.npmjs.com/package/create-awesome-node-app\n[licenseurl]: https://github.com/Create-Node-App/create-node-app/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCreate-Node-App%2Fcreate-node-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCreate-Node-App%2Fcreate-node-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCreate-Node-App%2Fcreate-node-app/lists"}