{"id":14989321,"url":"https://github.com/stormode/stormode","last_synced_at":"2025-04-12T01:30:38.936Z","repository":{"id":186536255,"uuid":"675347966","full_name":"stormode/stormode","owner":"stormode","description":"A build tool for Node","archived":true,"fork":false,"pushed_at":"2025-02-10T00:52:14.000Z","size":1153,"stargazers_count":2,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T20:07:43.782Z","etag":null,"topics":["backend","build-tool","esbuild","express","fastify","javascript","js","koa","node","stormode","swc","ts","typescript"],"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/stormode.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":"2023-08-06T16:12:29.000Z","updated_at":"2025-03-06T13:59:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"885c24c4-6ad8-4a95-b27a-ed45901b83eb","html_url":"https://github.com/stormode/stormode","commit_stats":{"total_commits":222,"total_committers":2,"mean_commits":111.0,"dds":"0.38288288288288286","last_synced_commit":"6a1d4dcf9f3c72658f86bffec69b41d3167dbcff"},"previous_names":["stormode/stormode"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormode%2Fstormode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormode%2Fstormode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormode%2Fstormode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormode%2Fstormode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stormode","download_url":"https://codeload.github.com/stormode/stormode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247856541,"owners_count":21007620,"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":["backend","build-tool","esbuild","express","fastify","javascript","js","koa","node","stormode","swc","ts","typescript"],"created_at":"2024-09-24T14:18:07.904Z","updated_at":"2025-04-12T01:30:38.324Z","avatar_url":"https://github.com/stormode.png","language":"TypeScript","readme":"![Stormode](./assets/images/banner.png \"Stormode\")\n\n# Stormode\n\nStormode, a build tool for Node that offers a range of features to simplify your development process.\n\n-   Simplify Setup\n-   Colorful Terminal\n-   TypeScript Support\n-   Environment Variables\n-   Fast Transpiling \u0026 Bundling\n\n## Getting Started with Stormode\n\nYou can use the following commands to begin your journey:\n\n```bash\n# npm\nnpm create stormode\n\n# pnpm\npnpm create stormode\n```\n\nAfter project created successfully, you can access into your project to install dependencies and run it.\n\n```bash\n# npm\nnpm install\nnpm run dev\n\n# pnpm\npnpm install\npnpm run dev\n```\n\nFor manual installation, visit [docs/manual-installation.md](./docs/manual-installation.md).\n\n## Commands\n\nStormode comes with a variety of built-in commands to streamline your workflow. You can access these commands by running `stormode \u003ccommand\u003e`.\n\n| Command   | Description                   |\n| :-------- | :---------------------------- |\n| `dev`     | Start the development server. |\n| `build`   | Build your project.           |\n| `preview` | Start the preview server.     |\n\nFor more information, visit [docs/commands.md](./docs/commands.md).\n\n## Environment Variables\n\nTo manage various environment variables, you can create multiple .env files, with their priorities determining the order as follows:\n\n-   on `dev`:\n\n    `.env.development.local` \u003e `.env.development` \u003e `.env.local` \u003e `.env`\n\n-   on `build`:\n\n    `.env.{env}.local` \u003e `.env.{env}` \u003e `.env.local` \u003e `.env`\n\nCreate an env file and add variables:\n\n```javascript\nWORD = \"Hello World!\";\n```\n\nThen use it in the project like this:\n\n```javascript\nconst word = process.env.WORD;\n```\n\n## Configuration\n\nVisit [docs/configuration.md](./docs/configuration.md) for more information.\n\n## Troubleshooting\n\nVisit [docs/troubleshooting.md](./docs/troubleshooting.md) for more information.\n\n## License\n\nThis project is MIT licensed, you can find the license file [here](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormode%2Fstormode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstormode%2Fstormode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormode%2Fstormode/lists"}