{"id":17549110,"url":"https://github.com/marchintosh94/create-node-ts","last_synced_at":"2025-10-18T14:17:44.834Z","repository":{"id":234716885,"uuid":"789409781","full_name":"marchintosh94/create-node-ts","owner":"marchintosh94","description":"NodeJS TypeScript projects generator by @marchintosh94","archived":false,"fork":false,"pushed_at":"2024-05-15T22:16:07.000Z","size":23,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T02:22:36.109Z","etag":null,"topics":["nodejs","nodets","nodets-boilerplate","project-generator","scaffold-generator","typescript"],"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/marchintosh94.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}},"created_at":"2024-04-20T13:19:56.000Z","updated_at":"2024-06-07T14:20:44.000Z","dependencies_parsed_at":"2025-04-12T01:34:43.441Z","dependency_job_id":"0b58b3dd-1b5f-454a-9b5e-cddf326e97bb","html_url":"https://github.com/marchintosh94/create-node-ts","commit_stats":null,"previous_names":["marchintosh94/create-node-ts"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/marchintosh94/create-node-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marchintosh94%2Fcreate-node-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marchintosh94%2Fcreate-node-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marchintosh94%2Fcreate-node-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marchintosh94%2Fcreate-node-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marchintosh94","download_url":"https://codeload.github.com/marchintosh94/create-node-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marchintosh94%2Fcreate-node-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261792257,"owners_count":23210283,"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":["nodejs","nodets","nodets-boilerplate","project-generator","scaffold-generator","typescript"],"created_at":"2024-10-21T02:49:50.730Z","updated_at":"2025-10-18T14:17:44.740Z","avatar_url":"https://github.com/marchintosh94.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-node-ts\n\n`create-node-ts` is a project generator for creating Node.js applications with TypeScript. It sets up a new project with a basic structure and some default configuration, including Jest for testing, Prettier for code formatting, and Husky for Git hooks.\n\n## Installation\n\nYou don't need to install `create-node-ts` to use it. Instead, you can use `npx`:\n\n```bash\nnpx @marchintosh94/create-node-ts\n```\n\nThis will run create-node-ts and start the process of setting up a new project.\n\n## Usage\nWhen you run `create-node-ts`, it will prompt you for some information about your project:\n\n- `Project name`: The name of your new project.\n\nAfter you've provided this information, `create-node-ts` will create a new directory (if you choose to create it) with your project name, set up the project structure, and install the dependencies.\n\nThe generated project includes the following files and directories:\n\n- `src`: This directory is where your TypeScript source code goes.\n- `package.json`: This file contains the metadata about your project and its dependencies.\n- `tsconfig.json`: This file is the TypeScript compiler configuration.\n- `jest.config.ts`: This file is the Jest configuration.\n- `.gitignore`: This file tells Git which files to ignore.\n- `.prettierrc` and `.prettierignore`: These files are the Prettier configuration.\nIn addition, `create-node-ts` initializes a Git repository in your project directory and sets up Husky to run tests and linting before each commit.\n\n## Contributing\nContributions to `create-node-ts` are welcome! Please open an issue or submit a pull request on GitHub.\n\n## License\n`create-node-ts` is licensed under the MIT license. See the LICENSE file for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarchintosh94%2Fcreate-node-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarchintosh94%2Fcreate-node-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarchintosh94%2Fcreate-node-ts/lists"}