{"id":21156935,"url":"https://github.com/resilientecosystem/create-resilient-app","last_synced_at":"2025-03-14T15:23:54.576Z","repository":{"id":259309513,"uuid":"874037921","full_name":"ResilientEcosystem/create-resilient-app","owner":"ResilientEcosystem","description":"CLI tool to scaffold React or Vue applications with ResVault SDK.","archived":false,"fork":false,"pushed_at":"2024-10-23T23:26:08.000Z","size":504,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-21T16:35:46.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/create-resilient-app","language":"Vue","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/ResilientEcosystem.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":"2024-10-17T06:37:07.000Z","updated_at":"2024-12-05T07:42:44.000Z","dependencies_parsed_at":"2024-10-27T09:00:14.060Z","dependency_job_id":null,"html_url":"https://github.com/ResilientEcosystem/create-resilient-app","commit_stats":null,"previous_names":["resilientecosystem/create-resilient-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResilientEcosystem%2Fcreate-resilient-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResilientEcosystem%2Fcreate-resilient-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResilientEcosystem%2Fcreate-resilient-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResilientEcosystem%2Fcreate-resilient-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ResilientEcosystem","download_url":"https://codeload.github.com/ResilientEcosystem/create-resilient-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243598679,"owners_count":20317002,"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":[],"created_at":"2024-11-20T11:55:27.460Z","updated_at":"2025-03-14T15:23:54.535Z","avatar_url":"https://github.com/ResilientEcosystem.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Create Resilient App\n\n`create-resilient-app` is a CLI tool for scaffolding a new React or Vue application with ResVault SDK integration. It supports both JavaScript and TypeScript.\n\n## Features\n\n- Supports both **React** and **Vue** frameworks.\n- Choose between **JavaScript** and **TypeScript**.\n- Automatically sets up your project with the appropriate file structure, ResVault SDK, and dependencies.\n- Easy to use with flags or interactive prompts.\n\n## Installation\n\nYou don't need to install it globally. Just run the command with `npx`:\n\n```bash\nnpx create-resilient-app\n```\n\nAlternatively, you can install it globally:\n\n```bash\nnpm install -g create-resilient-app\n```\n\n## Usage\n\n### Interactive Mode\n\nRunning `npx create-resilient-app` without flags will start an interactive prompt to help you set up your project.\n\n```bash\nnpx create-resilient-app\n```\n\nYou will be asked the following questions:\n\n1. **Project Name**: The name of your project.\n2. **Framework**: Choose between `React` or `Vue`.\n3. **Language**: Choose between `JavaScript` or `TypeScript`.\n\n### Using Flags\n\nYou can also bypass the interactive mode by providing all the necessary options through flags:\n\n```bash\nnpx create-resilient-app --name my-app --framework react --language typescript\n```\n\n#### Flags\n\n- `-n, --name`: Name of the project (required if not using interactive mode).\n- `-f, --framework`: Choose the framework: `react` or `vue` (required if not using interactive mode).\n- `-l, --language`: Choose the language: `javascript` or `typescript` (required if not using interactive mode).\n\n### Example Commands\n\n- **Create a React app using TypeScript**:\n\n  ```bash\n  npx create-resilient-app --name my-react-app --framework react --language typescript\n  ```\n\n- **Create a Vue app using JavaScript**:\n\n  ```bash\n  npx create-resilient-app --name my-vue-app --framework vue --language javascript\n  ```\n\n## Project Setup\n\nOnce the project is generated, navigate to your project directory:\n\n```bash\ncd my-app\n```\n\nThen, install the project dependencies:\n\n```bash\nnpm install\n```\n\n### Running the Project\n\nAfter installing the dependencies, you can run the project:\n\nFor **React**:\n\n```bash\nnpm start\n```\n\nFor **Vue**:\n\n```bash\nnpm run dev\n```\n\n### Customizing the Project\n\nThe project includes a basic setup with ResVault SDK integrated. Feel free to customize the project as per your needs.\n\n## Contributing\n\nFeel free to open issues or submit pull requests if you find bugs or want to add new features.\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresilientecosystem%2Fcreate-resilient-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresilientecosystem%2Fcreate-resilient-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresilientecosystem%2Fcreate-resilient-app/lists"}