{"id":19197885,"url":"https://github.com/flarebyte/baldrick-ts","last_synced_at":"2026-06-11T21:31:41.141Z","repository":{"id":37931321,"uuid":"384253488","full_name":"flarebyte/baldrick-ts","owner":"flarebyte","description":"The typescript assistant with a cunning plan","archived":false,"fork":false,"pushed_at":"2022-06-14T08:29:58.000Z","size":331,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T20:19:43.235Z","etag":null,"topics":["npm-cli"],"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/flarebyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-08T21:34:57.000Z","updated_at":"2023-05-13T06:57:16.000Z","dependencies_parsed_at":"2022-08-25T22:24:11.127Z","dependency_job_id":null,"html_url":"https://github.com/flarebyte/baldrick-ts","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/flarebyte/baldrick-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/baldrick-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34219510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["npm-cli"],"created_at":"2024-11-09T12:19:11.024Z","updated_at":"2026-06-11T21:31:41.125Z","avatar_url":"https://github.com/flarebyte.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baldrick-ts\n\n![npm](https://img.shields.io/npm/v/baldrick-ts) ![Build\nstatus](https://github.com/flarebyte/baldrick-ts/actions/workflows/main.yml/badge.svg)\n![npm bundle size](https://img.shields.io/bundlephobia/min/baldrick-ts)\n\n![npm type definitions](https://img.shields.io/npm/types/baldrick-ts)\n![node-current](https://img.shields.io/node/v/baldrick-ts)\n![NPM](https://img.shields.io/npm/l/baldrick-ts)\n\n\u003e Baldrick-ts is a Typescript assistant with a cunning plan that can be\n\u003e used for scaffolding\n\nThe main motivation is to streamline the development process for node.js\nlibraries and CLI written in Typescript. It supports the following features.\n\n-   **Typescript** the strongly typed alternative to Javascript.\n\n-   **ES2020** or later.\n\n-   [baldrick-dev-ts](https://github.com/flarebyte/baldrick-dev-ts) under\n    the hood linting and testing.\n\n-   **Standardized markdown docs** for maintenance and support.\n\n-   **Github workflow support** for continuous integration.\n\n-   **Visual Studio Code snippets** for common project suggestions.\n\n## Usage\n\nGenerate and standardize the source code files\n\n`baldrick-ts generate [options]`\n\n-   Options:\n\n-   `-f, --feature [feature...]` List of features (choices: \"lib\", \"cli\",\n    \"gen\")\n\n-   `-n, --name [name]` Name of the library\n\n-   `-ga, --github-account [githubAccount]` Github account\n\n-   `-ch, --copyright-holder [copyrightHolder]` The owner of the copyright\n    regarding the source code\n\n-   `-cy, --copyright-start-year [copyrightStartYear]` The year the project\n    has been started (default: \"2021\")\n\n-   `-l, --license [license]` Open source license if any (choices: \"MIT\",\n    \"UNLICENSED\", default: \"MIT\")\n\n-   `-b, --bin [bin]` The binary command used for calling the CLI\n\n-   `-h, --help` display help for command\n\n## Documentation and links\n\n-   [Code Maintenance](MAINTENANCE.md)\n-   [Code Of Conduct](CODE_OF_CONDUCT.md)\n-   [Api for baldrick-ts](API.md)\n-   [Contributing](CONTRIBUTING.md)\n-   [Glossary](GLOSSARY.md)\n-   [Diagram for the code base](INTERNAL.md)\n-   [Vocabulary used in the code base](CODE_VOCABULARY.md)\n-   [Contributors](https://github.com/flarebyte/baldrick-ts/graphs/contributors)\n-   [Dependencies](https://github.com/flarebyte/baldrick-ts/network/dependencies)\n\n## Installation\n\nThis package is [ESM\nonly](https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77).\n\n```bash\nyarn global add baldrick-ts\nbaldrick-ts --help\n```\n\nOr alternatively run it:\n\n```bash\nnpx baldrick-ts --help\n```\n\nIf you want to tun the latest version from github. Mostly useful for dev:\n\n```bash\ngit clone git@github.com:flarebyte/baldrick-ts.git\nyarn global add `pwd`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fbaldrick-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Fbaldrick-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fbaldrick-ts/lists"}