{"id":14972416,"url":"https://github.com/fluffynuts/newts","last_synced_at":"2025-06-14T03:06:05.425Z","repository":{"id":38253692,"uuid":"269123197","full_name":"fluffynuts/newts","owner":"fluffynuts","description":"Bootstraps a TypeScript npm module project","archived":false,"fork":false,"pushed_at":"2025-03-10T13:53:36.000Z","size":1979,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-04T09:16:41.089Z","etag":null,"topics":["bootstrapping","cli","hacktoberfest","npm","npm-package","npx","typescript"],"latest_commit_sha":null,"homepage":"","language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluffynuts.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":"2020-06-03T15:21:12.000Z","updated_at":"2025-03-10T13:53:37.000Z","dependencies_parsed_at":"2024-10-11T07:01:04.726Z","dependency_job_id":"5f96133e-4ada-4748-b578-3f9283d43ed5","html_url":"https://github.com/fluffynuts/newts","commit_stats":{"total_commits":146,"total_committers":2,"mean_commits":73.0,"dds":"0.17808219178082196","last_synced_commit":"15e27823f85cf98df176d07ab30b0b88b6b096e8"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/fluffynuts/newts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fnewts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fnewts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fnewts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fnewts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluffynuts","download_url":"https://codeload.github.com/fluffynuts/newts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fnewts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259752082,"owners_count":22905972,"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":["bootstrapping","cli","hacktoberfest","npm","npm-package","npx","typescript"],"created_at":"2024-09-24T13:46:53.012Z","updated_at":"2025-06-14T03:06:05.405Z","avatar_url":"https://github.com/fluffynuts.png","language":"Roff","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEWTS\n![Tests](https://github.com/fluffynuts/newts/workflows/Tests/badge.svg)\n\n![npm](https://img.shields.io/npm/v/newts)\n\nliterally: `\"new ts\"`\n\nBootstraps a TypeScript npm module project\n\n## Why?\n\nBecause I'm making enough of them that:\n1. I see a pattern\n2. I'm tired of manually repeating that pattern\n\n## Why not just a yeoman (or other) generator?\nI wanted full control over the pipeline and `newts` doesn't _just_ dump out some\npre-formatted files -- it:\n- gives you some choices (eg licensing)\n- verifies that the new project name you chose is available at npmjs.com\n- actually runs `npm install` and `git init` (where appropriate)\n\n## Status\n\n- try `npx newts --help` for all options\n- easiest use: `npx newts`\n    - will run interactive\n- specify some options and add `--interactive`, \n    - eg `npx newts --output /path/to/code --interactive` \n        - sets output and prompts for other config\n- also simple: `npx newts --defaults`\n    - will ask for a project name\n    - may ask for an output folder (if the current one is under git control)\n    - will run with defaults:\n        - initialize git\n            - with relevant .gitignore\n        - dev-packages\n            - typescript\n            - jest\n            - faker\n            - npm-run-all\n            - tslint (for now, until eslint behaves as expected)\n            - zarro (for build)\n            - relevant @types packages\n        - tsconfig.json\n            - outputs to dist\n            - includes types\n        - tslint.json\n        - license: BSD-3-Clause\n        - skeleton README.md\n        - package.json\n            - scripts\n                - build\n                - release\n                - release-beta\n                - lint\n            - author info (according to git)\n            - set up files from dist folder\n            - set version to 0.0.1\n\n## Show me!\n![interactive demo](newts-interactive.gif)\n\n## TODO\n- create a target repo at GitHub on request\n- add a GitHub workflow to automatically test when you push\n- ??? make a request on the [Issues Page](https://github.com/fluffynuts/newts/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fnewts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluffynuts%2Fnewts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fnewts/lists"}