{"id":17657222,"url":"https://github.com/opeolluwa/thunderstorm","last_synced_at":"2026-05-05T07:33:10.779Z","repository":{"id":65522424,"uuid":"458654962","full_name":"opeolluwa/thunderstorm","owner":"opeolluwa","description":"A Command Line Application for automating generation of server applications","archived":false,"fork":false,"pushed_at":"2023-10-16T13:21:46.000Z","size":496,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-27T06:30:16.587Z","etag":null,"topics":["backend","cli","devops","node","open-source"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@opeolluwa/thunderstorm","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/opeolluwa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","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":"2022-02-12T22:32:53.000Z","updated_at":"2022-08-30T04:47:33.000Z","dependencies_parsed_at":"2024-12-11T11:42:25.400Z","dependency_job_id":"e5ea84a7-8379-4534-a29f-d718711d5b14","html_url":"https://github.com/opeolluwa/thunderstorm","commit_stats":{"total_commits":34,"total_committers":2,"mean_commits":17.0,"dds":0.05882352941176472,"last_synced_commit":"80564c0f3aea9c9ef64aea64917aefc130034d2e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opeolluwa/thunderstorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opeolluwa%2Fthunderstorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opeolluwa%2Fthunderstorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opeolluwa%2Fthunderstorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opeolluwa%2Fthunderstorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opeolluwa","download_url":"https://codeload.github.com/opeolluwa/thunderstorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opeolluwa%2Fthunderstorm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["backend","cli","devops","node","open-source"],"created_at":"2024-10-23T14:39:37.024Z","updated_at":"2026-05-05T07:33:10.761Z","avatar_url":"https://github.com/opeolluwa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThunderStorm\n\nA Command Line tool for quickly setting up server-application\n\n## Features\n\n- Simple\n- Lightweight\n- creates folders using best practice\n- initialize project with packages\n- ships with `package.json` and eliminates the need for `npm init`\n\n## Installation\n\nThunderstorm is distributed with `npm` which ships with Node.js, to begin [install Node.js](https://nodejs.org), if you don't have it installed, then run `npm i -g @opeolluwa/thunderstorm`\n\n## Usage/Examples\n\n`thunderstorm` uses `bash` under the hood to execute package installation of application dependencies. Ensure to install `bash` shell before you execute `npm run make` or `yarn make`, depending on your preferred package manager. You could choose to copy the content on `install.sh` instead and execute it in your preferred Command Line Interface (terminal) when the project has been generated\n\n- initialize a new basic project\n\n```bash\n$ thunderstorm init \u003capplication-name\u003e\n\n```\n\n- initialize a project with packages\n\n```bash\n$ thunderstorm init \u003capplication-name\u003e -p \u003cpackage_01\u003e \u003cpackage_02\u003e ...\n\n```\n\n- initialize a project with packages and environment variables\n\n```bash\n\n$ thunderstorm init \u003capplication-name\u003e -p \u003cpackage_01\u003e \u003cpackage_02\u003e ...  -e \u003cVARIABLE_01=value_01\u003e \u003cVARIABLE_02=value_02\u003e ...\n\n```\n\n- See the initialization guide option\n\n```bash\n$ thunderstorm help init\n```\n\n- \n\n## Demo\n\n![demo](./thunderstorm.png)\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/opeolluwa/thunderstorm\n```\n\nGo to the project directory\n\n```bash\n  cd thunderstorm\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  ./index.js\n```\n\n## Contributing\n\nContributions are always welcome!\n\nSee `contributing.md` for ways to get started.\n\nPlease adhere to this project's `code of conduct`.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopeolluwa%2Fthunderstorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopeolluwa%2Fthunderstorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopeolluwa%2Fthunderstorm/lists"}