{"id":19600929,"url":"https://github.com/iq-tech/firebolt-creator","last_synced_at":"2026-06-13T17:31:42.589Z","repository":{"id":38004950,"uuid":"472472540","full_name":"IQ-tech/firebolt-creator","owner":"IQ-tech","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-28T22:01:56.000Z","size":5182,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-26T15:35:31.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://iq-tech.github.io/firebolt-creator/","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/IQ-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-21T18:56:36.000Z","updated_at":"2022-05-21T00:29:00.000Z","dependencies_parsed_at":"2022-09-09T21:11:36.324Z","dependency_job_id":null,"html_url":"https://github.com/IQ-tech/firebolt-creator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IQ-tech/firebolt-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Ffirebolt-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Ffirebolt-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Ffirebolt-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Ffirebolt-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IQ-tech","download_url":"https://codeload.github.com/IQ-tech/firebolt-creator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Ffirebolt-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34294407,"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-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2024-11-11T09:16:36.558Z","updated_at":"2026-06-13T17:31:42.475Z","avatar_url":"https://github.com/IQ-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Firebolt logo](https://iq-tech.github.io/firebolt-docs/logo.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#name-of-project\"\u003eName of Project\u003c/a\u003e •\n  \u003ca href=\"#installing-getting-started\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#initial-configuration\"\u003eInitial Configuration\u003c/a\u003e •\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e\n\u003c/p\u003e\n\n# Name of the project\n\u003e Additional information or tagline\n\nA brief description of your project, what it is used for and how does life get\nawesome when someone starts to use it.\n\n## Installing / Getting started\n\nA quick introduction of the minimal setup you need to get a hello world up \u0026\nrunning.\n\n```shell\npackagemanager install awesome-project\nawesome-project start\nawesome-project \"Do something!\"  # prints \"Nah.\"\n```\n\nHere you should say what actually happens when you execute the code above.\n\n\n\u003cdetails\u003e\n  \u003csummary\u003e📚 Show more code examples\u003c/summary\u003e\n\n### Another example\n\nIn case your project has a lot of examples, you can use this toggle list to prevent your README for being too long. \nHere you can put all secondary examples that can help the users of your project.\n\n```\nyour code here\n```\n\n\u003c/details\u003e\n\n### Initial Configuration\n\nSome projects require initial configuration (e.g. access tokens or keys, `npm i`).\nThis is the section where you would document those requirements.\n\n## Developing\n\nHere's a brief intro about what a developer must do in order to start developing\nthe project further:\n\n```shell\ngit clone https://github.com/your/awesome-project.git\ncd awesome-project/\npackagemanager install\n```\n\nAnd state what happens step-by-step.\n\n### Building\n\nIf your project needs some additional steps for the developer to build the\nproject after some code changes, state them here:\n\n```shell\n./configure\nmake\nmake install\n```\n\nHere again you should state what actually happens when the code above gets\nexecuted.\n\n### Deploying / Publishing\n\nIn case there's some step you have to take that publishes this project to a\nserver, this is the right time to state it.\n\n```shell\npackagemanager deploy awesome-project -s server.com -u username -p password\n```\n\nAnd again you'd need to tell what the previous code actually does.\n\n## Features\n\nWhat's all the bells and whistles this project can perform?\n* What's the main functionality\n* You can also do another thing\n* If you get really randy, you can even do this\n\nIn case you find useful for your project, you can also add a comparative table, as follow:\n\n|                            | Project A  | Project B |\n| -------------------------- | :--------: | :-------: |\n| Feature A                  |     ✔️      |    ❌     |\n| Feature B                  |     ✔️      |    ❌     |\n\n## Contributing\n\nWhen you publish something open source, one of the greatest motivations is that\nanyone can just jump in and start contributing to your project.\n\nThese paragraphs are meant to welcome those kind souls to feel that they are\nneeded. You should state something like:\n\n\"If you'd like to contribute, please fork the repository and use a feature\nbranch. Pull requests are warmly welcome.\"\n\nIf there's anything else the developer needs to know (e.g. the code style\nguide), you should link it here. If there's a lot of things to take into\nconsideration, it is common to separate this section to its own file called\n`CONTRIBUTING.md` (or similar). If so, you should say that it exists here.\n\n## Links\n\nEven though this information can be found inside the project on machine-readable\nformat like in a .json file, it's good to include a summary of most useful\nlinks to humans using your project. You can include links like:\n\n- Project homepage: https://your.github.com/awesome-project/\n- Repository: https://github.com/your/awesome-project/\n- Issue tracker: https://github.com/your/awesome-project/issues\n  - In case of sensitive bugs like security vulnerabilities, please contact\n    my@email.com directly instead of using issue tracker. We value your effort\n    to improve the security and privacy of this project!\n- Related projects:\n  - Your other project: https://github.com/your/other-project/\n  - Someone else's project: https://github.com/someones/awesome-project/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiq-tech%2Ffirebolt-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiq-tech%2Ffirebolt-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiq-tech%2Ffirebolt-creator/lists"}