{"id":28228243,"url":"https://github.com/namesmt/config-rocket","last_synced_at":"2026-02-27T09:14:00.328Z","repository":{"id":287594128,"uuid":"965218796","full_name":"NamesMT/config-rocket","owner":"NamesMT","description":"Easily create and deploy configurable config packs!","archived":false,"fork":false,"pushed_at":"2025-05-25T18:20:03.000Z","size":577,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T06:31:08.117Z","etag":null,"topics":["config","configurable","cookiecutter","template","typescript"],"latest_commit_sha":null,"homepage":"https://namesmt.github.io/config-rocket/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NamesMT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-04-12T17:13:10.000Z","updated_at":"2025-05-25T18:20:06.000Z","dependencies_parsed_at":"2025-04-12T18:26:10.609Z","dependency_job_id":"d67a2aed-de63-4743-8481-7fd1965068be","html_url":"https://github.com/NamesMT/config-rocket","commit_stats":null,"previous_names":["namesmt/config-rocket"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/NamesMT/config-rocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fconfig-rocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fconfig-rocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fconfig-rocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fconfig-rocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NamesMT","download_url":"https://codeload.github.com/NamesMT/config-rocket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fconfig-rocket/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259512084,"owners_count":22869339,"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":["config","configurable","cookiecutter","template","typescript"],"created_at":"2025-05-18T14:09:37.642Z","updated_at":"2026-02-27T09:14:00.284Z","avatar_url":"https://github.com/NamesMT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch1\u003eConfig Rocket\u003c/h1\u003e\n\n\u003ch3\u003eEasily create and deploy configurable config packs!\u003c/h3\u003e\n\u003cimg src=\"./branding.svg\" alt=\"Project's branding image\" width=\"320\"/\u003e\n\u003c/div\u003e\n\n# config-rocket ![TypeScript heart icon](https://img.shields.io/badge/♡-%23007ACC.svg?logo=typescript\u0026logoColor=white)\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Codecov][codecov-src]][codecov-href]\n\n* [config-rocket ](#config-rocket-)\n  * [Overview \\\u0026 Features](#overview--features)\n    * [`CR` for users:](#cr-for-users)\n    * [`CR` for creators:](#cr-for-creators)\n    * [`CR` for developers / communities:](#cr-for-developers--communities)\n  * [Usage](#usage)\n    * [For users](#for-users)\n    * [For creators](#for-creators)\n  * [License](#license)\n  * [Notes \\\u0026 References](#notes--references)\n    * [Ecosystem Terms / Dictionary Explained](#ecosystem-terms--dictionary-explained)\n    * [cookiecutter](#cookiecutter)\n\n## Overview \u0026 Features\n\n**`config-rocket`** is a toolkit/engine that helps you create or install configurable `config-pack`s, which can range anywhere from some configuration files, a component, or even a full library template!\n\n### `CR` for users:\n  + **Cross-platform** 🪟🍏🐧\n  + **Easy, interactive, safe install** of any `config pack` and zip archives, whether its a public one shared by your friend, or your own, privately-stored.\n    + `config-rocket` does not allow any code execution, so the installation of a `config pack` is safe, but you should verify that the archive contains the files that you expect.\n\n### `CR` for creators:\n  + **Config type-safety**: `config-rocket` is powered by `Typescript (TS)`, and provides type-safety, autocompletion, typedoc documentation right in your IDE while crafting your configs.\n  + **Powerful creator candies**:\n    + `parameters` that works interactively with your users.\n    + `variables`, `excludes`, `filesBuilder` helps you conditionally customize your assemble process without code execution.\n    + `fuel` context support that help you reduces duplication work in multiple files.\n    + `frame` template for the quick file-to-file base bones.\n    + `snapshot` that helps simulating of an existing user project, ensuring your configs will deploy correctly. (Intended for more advanced use case like testing AI agents) (TBA)\n  + **Easy shipping**: Bundle your `config pack`, or just create a zip archive, create a GitHub release, or upload it somewhere, and everyone can use it via `config-rocket` CLI!\n\n### `CR` for developers / communities:\n  + **Easily extendable**: tailor your own rules and functionalities via exported functions and hooks support, for example: [Roo Rocket](https://github.com/NamesMT/roo-rocket)\n\n## Usage\n\n### For users\n\n```sh\nnpx config-rocket --repo=\"NamesMT/config-packs\"\n# Or by url: `npx config-rocket --url=https://direct.url/to-config.zip`\n\n# Interactively configure the installation parameters (if any)\n# Nothing more, enjoy :)\n```\n\n### For creators\n\n* Generate a repo from [`config-packs-template`](https://github.com/NamesMT/config-packs-template)\n  * It's a template to create your own `config packs` for `config-rocket` ecosystem.\n* Start shipping!\n\n## License\n\n[![License][license-src]][license-href]\n\n## Notes \u0026 References\n\n### [Ecosystem Terms / Dictionary Explained](./TERMS_EXPLANATION.md)\n\n### [cookiecutter](https://github.com/cookiecutter/cookiecutter)\n\nThis project is similar to `cookiecutter` (I didn't know of it's existence while creating `config-rocket`).\n\nBut I'm proud to say that in the current early stage, `config-rocket` can pretty much match the functionalities of `cookiecutter`, with some notes/feats:\n  + Targets for broader adaptation and safety, no script execution from config packs.\n  + Provides development toolings and type-safety.\n  + For serious creators / communities, it's more flexible and easier to create your own extends of `config-rocket` with more rules and features, you are in FULL POWER of using the inner toolings to control/build the FULL PROCESS: CLI invoke, fetching, unpack, assemble,...\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/config-rocket?labelColor=18181B\u0026color=F0DB4F\n[npm-version-href]: https://npmjs.com/package/config-rocket\n[npm-downloads-src]: https://img.shields.io/npm/dm/config-rocket?labelColor=18181B\u0026color=F0DB4F\n[npm-downloads-href]: https://npmjs.com/package/config-rocket\n[codecov-src]: https://img.shields.io/codecov/c/gh/namesmt/config-rocket/main?labelColor=18181B\u0026color=F0DB4F\n[codecov-href]: https://codecov.io/gh/namesmt/config-rocket\n[license-src]: https://img.shields.io/github/license/namesmt/config-rocket.svg?labelColor=18181B\u0026color=F0DB4F\n[license-href]: https://github.com/namesmt/config-rocket/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Fconfig-rocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamesmt%2Fconfig-rocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Fconfig-rocket/lists"}