{"id":20354210,"url":"https://github.com/basantech89/build-any-app","last_synced_at":"2026-04-20T04:01:57.864Z","repository":{"id":63908034,"uuid":"526046302","full_name":"basantech89/build-any-app","owner":"basantech89","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-07T06:36:40.000Z","size":962,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-01T04:06:54.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/basantech89.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-08-18T03:51:01.000Z","updated_at":"2023-07-03T03:03:38.000Z","dependencies_parsed_at":"2023-02-06T14:16:58.456Z","dependency_job_id":null,"html_url":"https://github.com/basantech89/build-any-app","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/basantech89/build-any-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Fbuild-any-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Fbuild-any-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Fbuild-any-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Fbuild-any-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basantech89","download_url":"https://codeload.github.com/basantech89/build-any-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Fbuild-any-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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-14T23:07:40.677Z","updated_at":"2026-04-20T04:01:57.819Z","avatar_url":"https://github.com/basantech89.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build Any App\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors][all-contrib-badge]](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![Commitizen friendly][commitizen-badge]][commitizen]\n[![Build][build-badge]][build]\n[![semantic-release: conventionalcommits][semantic-release-badge]][semantic-release]\n![ts][ts-badge]\n[![Contributor Covenant][coc-badge]][coc]\n[![PRs Welcome][prs-badge]][make-pr]\n[![License][license-badge]][license]\n[![downloads][downloads-badge]][npmcharts]\n[![version][version-badge]][package]\n\n\u003cimg src=\"build-any-app-white-logo.png\" alt=\"drawing\" height=\"700\"/\u003e\n\nGenerate template of your apps dynamically. \n\nBuild-any-app can run in interactive mode with the option -i through which it prompts for an option if it's not provided.\nNon-interactive mode can be used in scripts. Also, you can run the app in debug mode with --debug switch.\n\n![](./build-any-app.gif)\n\n# Prompts\n\nFollowing common options can be provided for your application\n    \n    --name/-n:                  Author Name\n    --repo-name/-r              Repository Name\n    --description/-d            Project Description\n    --package-name/-p           Package name\n    --private-pkg               Is your project private\n    --private-repo              Is your repo private\n    --publish                   Do you wish to publish your project\n    --provider                  Git provider. Choices - github, gitlab\n    --license/-l                License\n    --static-tools/-t           The static tools you want to use. Multiple Choices - typescript, eslint, prettier, jest, commitizen, huksy, None\n    --code-quality-tools/-c     The code quality tools you want to use. Multiple Choices - codecov, code-climate, None\n    --cicd                      The CI/CD tool you want to use. Choices - github-actions, circleci, None\n    --token                     Git provider token\n    --npm-token                 NPM token (if you want to publish your package)\n    --debug                     Run build-any-app in debug mode\n    --interactive/-i            Run build-any-app in interactive mode\n\nFollowing options can be provided for a web application\n    \n    --framework/-f              The framework you want to use for your web application. Choices - react\n    --ui/-u                     The UI library you want to use for your web application. Choices - react-bootstrap\n    --stateLibrary/-s           The global state management library you want to use for your web application. Choices - redux, zustand\n\n# Example\n\nbuild-any-app web\n\nbuild-any-app web -i -n \"John Smith\" -r my-app\n\nbuild-any-app web -n \"John Smith\" -r my-app --private --publish -i\n\nbuild-any-app web -f react --cicd github-actions -n \"John Doe\" -r my-app -u react-bootstrap -s zustand -t typescript eslint jest prettier commitizen husky --privatePkg false\n\nbuild-any-app web -i -d \"Build any app project\" -p my-package-name --cicd github-actions --private-package false --private-repo false --publish true --provider github --token \u003cgithub_token\u003e --npm-token \u003cnpm-token\u003e -t eslint prettier typescript jest commitizen husky -c code-climate codecov --license mpl-2.0 -f react -u react-bootstrap -s redux -r my-app2\n\n# Details\n\nFollowing options are only used if a git provider is provided\n\n--token, --license, --private-repo, --cicd\n\nFollowing options are only used if a git provider is provided and a CI/CD tool is provided\n\n--publish, --code-quality-tools\n\nFollowing options are only used if a git provider is provided, a CI/CD tool is provided and if you choose to publish the package\n\n--name, --description, --package-name, --private-pkg, --npm-token\n\n# Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/basantech89\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/30287271?v=4?s=100\" width=\"100px;\" alt=\"Basant Soni\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBasant Soni\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/basantech89/build-any-app/issues?q=author%3Abasantech89\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#blog-basantech89\" title=\"Blogposts\"\u003e📝\u003c/a\u003e \u003ca href=\"https://github.com/basantech89/build-any-app/commits?author=basantech89\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#data-basantech89\" title=\"Data\"\u003e🔣\u003c/a\u003e \u003ca href=\"https://github.com/basantech89/build-any-app/commits?author=basantech89\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#design-basantech89\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"#example-basantech89\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#ideas-basantech89\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#infra-basantech89\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/basantech89/build-any-app/pulls?q=is%3Apr+reviewed-by%3Abasantech89\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/basantech89/build-any-app/commits?author=basantech89\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n  \u003ctfoot\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" size=\"13px\" colspan=\"7\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg\"\u003e\n          \u003ca href=\"https://all-contributors.js.org/docs/en/bot/usage\"\u003eAdd your contributions\u003c/a\u003e\n        \u003c/img\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tfoot\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n# LICENSE\n\nApache License 2.0\n\n[package]: https://www.npmjs.com/package/build-any-app\n[version-badge]: https://img.shields.io/npm/v/build-any-app.svg?style=flat-square\n[downloads-badge]: https://img.shields.io/npm/dm/build-any-app.svg?style=flat-square\n[npmcharts]: http://npmcharts.com/compare/build-any-app\n[license-badge]: https://img.shields.io/badge/License-Apache_2.0-blue.svg\n[license]: https://github.com/basantech89/build-any-app/blob/master/LICENSE\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[make-pr]: https://makeapullrequest.com\n[coc-badge]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg\n[coc]: https://github.com/basantech89/build-any-app/blob/master/CODE_OF_CONDUCT.md\n[ts-badge]: https://badgen.net/badge/-/TypeScript/blue?icon=typescript\u0026label\n[semantic-release-badge]: https://img.shields.io/badge/semantic--release-conventionalcommits-ff69b4?logo=semantic-release\n[semantic-release]: https://github.com/semantic-release/semantic-release\n[build-badge]: https://github.com/basantech89/build-any-app/actions/workflows/build.yml/badge.svg\n[build]: https://github.com/basantech89/build-any-app/actions/workflows/build.yml\n[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\n[commitizen]: http://commitizen.github.io/cz-cli/\n[all-contrib-badge]: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasantech89%2Fbuild-any-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasantech89%2Fbuild-any-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasantech89%2Fbuild-any-app/lists"}