{"id":13807028,"url":"https://github.com/jhipster/generator-jhipster-ionic","last_synced_at":"2025-04-08T11:15:36.639Z","repository":{"id":36972918,"uuid":"109300707","full_name":"jhipster/generator-jhipster-ionic","owner":"jhipster","description":"Ionic for JHipster ✨","archived":false,"fork":false,"pushed_at":"2024-10-28T13:29:43.000Z","size":5964,"stargazers_count":192,"open_issues_count":3,"forks_count":49,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-10-29T17:28:56.376Z","etag":null,"topics":["angular","cypress","entity-generator","ionic","ionic-framework","javascript","jest","jhipster","jhipster-blueprint","typescript","yeoman-generator"],"latest_commit_sha":null,"homepage":"https://developer.okta.com/blog/2022/05/12/ionic-angular-jhipster","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/jhipster.png","metadata":{"funding":{"open_collective":"generator-jhipster","custom":"https://www.jhipster.tech/sponsors/"},"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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":"2017-11-02T18:01:10.000Z","updated_at":"2024-10-28T06:01:27.000Z","dependencies_parsed_at":"2023-02-16T04:31:04.633Z","dependency_job_id":"d954736c-1efb-4f84-9cbd-7a0fd67db463","html_url":"https://github.com/jhipster/generator-jhipster-ionic","commit_stats":{"total_commits":1069,"total_committers":15,"mean_commits":71.26666666666667,"dds":0.5275958840037418,"last_synced_commit":"75e9f5e156ac11d2479d86e7001250280371c601"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhipster%2Fgenerator-jhipster-ionic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhipster%2Fgenerator-jhipster-ionic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhipster%2Fgenerator-jhipster-ionic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhipster%2Fgenerator-jhipster-ionic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhipster","download_url":"https://codeload.github.com/jhipster/generator-jhipster-ionic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247623970,"owners_count":20968791,"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":["angular","cypress","entity-generator","ionic","ionic-framework","javascript","jest","jhipster","jhipster-blueprint","typescript","yeoman-generator"],"created_at":"2024-08-04T01:01:19.741Z","updated_at":"2025-04-08T11:15:36.621Z","avatar_url":"https://github.com/jhipster.png","language":"TypeScript","funding_links":["https://opencollective.com/generator-jhipster","https://www.jhipster.tech/sponsors/"],"categories":["Development Utilities"],"sub_categories":["Generators and Scaffolding"],"readme":"# Ionic for JHipster\n\n\u003e A JHipster Blueprint that generates an Ionic Client\n\n[![NPM version][npm-image]][npm-url]\n[![Generator][github-generator-image]][github-generator-url]\n[![Integration Test][github-integration-image]][github-integration-url]\n\n## Introduction\n\nThis is a [JHipster](http://www.jhipster.tech/) blueprint. You can use it to generate an Ionic app that talks to a JHipster backend.\n\n## Installation\n\nTo install or update this blueprint:\n\n```bash\nnpm install -g generator-jhipster-ionic\n```\n\nTo update this blueprint:\n\n```bash\nnpm update -g generator-jhipster-ionic\n```\n\n## Usage\n\nCreate a JHipster app using `jhipster`, or a backend-only with `jhipster --skip-client`. Choose `JWT` or `OAuth 2.0` as the authentication type.\n\nCreate a directory alongside your JHipster app, and run `jhipster-ionic` in it.\n\n```bash\n- jhipster-app\n- ionic-app\n```\n\nYou can also create a JHipster app and an Ionic app at the same time using the following command:\n\n```bash\njhipster jdl bug-tracker.jdl --blueprints ionic\n```\n\nFor available options, you can run:\n\n```bash\njhipster-ionic app --help\n```\n\nSee your project's generated [README](https://github.com/jhipster/generator-jhipster-ionic/blob/main/generators/ionic/resources/base/README.md) for iOS, Android, OpenID Connect, and testing instructions.\n\n## Add PWA Support\n\nTo add PWA support to your Ionic app, run:\n\n```shell\nng add @angular/pwa\n```\n\nWatch [use the Angular CLI to transform your Ionic app into a PWA](https://youtu.be/ooKvtmobyPw) to learn more.\n\n# Pre-release\n\nTo use an unreleased version, install it using npm + git repository.\n\n```bash\nnpm install -g jhipster/generator-jhipster-ionic\njhipster-ionic --skip-jhipster-dependencies\n```\n\n# Updated (or pre-release) generator-jhipster\n\nThis blueprint embeds a compatible generator-jhipster version, but it's possible to use an updated generator-jhipster by running the `jhipster` cli with `blueprints` option instead of the builtin `jhipster-ionic`, like:\n\n```bash\nnpm install -g generator-jhipster@latest\njhipster --blueprints ionic\n```\n\n## Contributing\n\nPlease read our [guidelines](/CONTRIBUTING.md#submitting-an-issue) before submitting an issue. If your issue is a bug, please use the bug template pre populated [here](https://github.com/jhipster/generator-jhipster-ionic/issues/new). For feature requests and queries you can use [this template][feature-template].\n\n## License\n\nApache 2.0, see [LICENSE](LICENSE).\n\n[npm-image]: https://img.shields.io/npm/v/generator-jhipster-ionic.svg\n[npm-url]: https://npmjs.org/package/generator-jhipster-ionic\n[github-generator-image]: https://github.com/jhipster/generator-jhipster-ionic/actions/workflows/generator.yml/badge.svg\n[github-generator-url]: https://github.com/jhipster/generator-jhipster-ionic/actions/workflows/generator.yml\n[github-integration-image]: https://github.com/jhipster/generator-jhipster-ionic/actions/workflows/ionic.yml/badge.svg\n[github-integration-url]: https://github.com/jhipster/generator-jhipster-ionic/actions/workflows/ionic.yml\n[feature-template]: https://github.com/jhipster/generator-jhipster-ionic/issues/new?body=*%20**Overview%20of%20the%20request**%0A%0A%3C!--%20what%20is%20the%20query%20or%20request%20--%3E%0A%0A*%20**Motivation%20for%20or%20Use%20Case**%20%0A%0A%3C!--%20explain%20why%20this%20is%20a%20required%20for%20you%20--%3E%0A%0A%0A*%20**Browsers%20and%20Operating%20System**%20%0A%0A%3C!--%20is%20this%20a%20problem%20with%20all%20browsers%20or%20only%20IE8%3F%20--%3E%0A%0A%0A*%20**Related%20issues**%20%0A%0A%3C!--%20has%20a%20similar%20issue%20been%20reported%20before%3F%20--%3E%0A%0A*%20**Suggest%20a%20Fix**%20%0A%0A%3C!--%20if%20you%20can%27t%20fix%20this%20yourself%2C%20perhaps%20you%20can%20point%20to%20what%20might%20be%0A%20%20causing%20the%20problem%20(line%20of%20code%20or%20commit)%20--%3E\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhipster%2Fgenerator-jhipster-ionic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhipster%2Fgenerator-jhipster-ionic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhipster%2Fgenerator-jhipster-ionic/lists"}