{"id":15090041,"url":"https://github.com/incentro/generator-ionic-incubator","last_synced_at":"2025-10-05T22:31:05.190Z","repository":{"id":57247506,"uuid":"47112977","full_name":"incentro/generator-ionic-incubator","owner":"incentro","description":"Yeoman Ionic Incubator","archived":true,"fork":false,"pushed_at":"2024-09-11T08:15:09.000Z","size":72,"stargazers_count":7,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-20T16:31:51.037Z","etag":null,"topics":["ionic"],"latest_commit_sha":null,"homepage":"","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/incentro.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":"2015-11-30T11:00:58.000Z","updated_at":"2024-09-13T09:36:41.000Z","dependencies_parsed_at":"2024-05-14T06:25:40.268Z","dependency_job_id":"fe5546af-d95b-4270-b559-0303a468f77e","html_url":"https://github.com/incentro/generator-ionic-incubator","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incentro%2Fgenerator-ionic-incubator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incentro%2Fgenerator-ionic-incubator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incentro%2Fgenerator-ionic-incubator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incentro%2Fgenerator-ionic-incubator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/incentro","download_url":"https://codeload.github.com/incentro/generator-ionic-incubator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871580,"owners_count":16554424,"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":["ionic"],"created_at":"2024-09-25T09:04:15.608Z","updated_at":"2025-10-05T22:30:59.813Z","avatar_url":"https://github.com/incentro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-ionic-incubator [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]\n\u003e Yeoman generator for Ionic Projects. Sets up a default Ionic template with E2E testing and Unit testing.\n\n## Features\n\n* [Gulp](http://gulpjs.com/) for task automation\n* Compiles and concats your sass\n* Local development server with [Apache Ripple](http://ripple.incubator.apache.org/) included\n* Providing custom Ionic changes in a seperate sass file\n* [ng-cordova](http://ngcordova.com/) is built in\n\n## Installation\n\nFirst, install [Yeoman](http://yeoman.io) and generator-ionic-incubator using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).\n\n```bash\nnpm install -g yo\nnpm install -g generator-ionic-incubator\n```\n\nThen generate your new project inside your app directory:\n\n```bash\nyo ionic-incubator\n```\n\nTo run the application just run:\n\n```bash\ngulp\n```\n\n## Workflow commands\n\n### `gulp` or `gulp default`\n\nRuns the following commands: `clean, fonts, templates, styles, images, vendor, buildIndex, watchers, serve`\n\n### `gulp -b` or `gulp default -b`\n\nRuns the following commands: `clean, fonts, templates, styles, images, vendor, buildIndex`\n\n### `gulp -e` or `gulp default -e`\n\nRuns the following commands: `clean, fonts, templates, styles, images, vendor, buildIndex, ionic:emulate, watchers`\n(Make sure you've added a platform before running this command)\n\n### `gulp -r` or `gulp default -r`\n\nRuns the following commands: `clean, fonts, templates, styles, images, vendor, buildIndex, ionic:run`\n(Make sure you've added a platform before running this command)\n\n### `gulp clean`\n\nDeletes the `www` folder.\n\n### `gulp styles`\n\nConcatenates, autoprefixes and strips comments from the scss files into a single main.css file.\n\n### `gulp scripts`\n\nConcatenates, and uglifies js files from the templates and scripts directories into a single app.js file.\n\n### `gulp fonts`\n\nBuilds a webfont from the Ionicons webfont.\n\n### `gulp templates`\n\nCopies the templates directory from the `src` folder to the `www` folder.\n\n### `gulp images`\n\nCopies the images directory from the `src` folder to the `www` folder.\n\n### `gulp jsHint`\n\nLints the js files based on the .jshintrc ruleset.\n\n### `gulp vendor`\n\nConcatenates and uglifies all the vendor scripts and places the vendor.js file in the `www` directory.\n\n### `gulp buildIndex`\n\nInjects the css and js files into the index.html file.\n\n### `gulp karma`\n\nRuns the [Karma](http://karma-runner.github.io/) unit tests.\n\n### `gulp protractor`\n\nRuns the [Protractor](http://www.protractortest.org/) E2E tests.\n\n### `gulp watchers`\n\nStarts watching the scss, fonts, images and template files.\n\n### `gulp ripple`\n\nLaunches [Apache Ripple](http://ripple.incubator.apache.org/) (make sure you've added a platform before running this command).\n\n## Changelog\n\n### 0.6.0\n\n* Update to [Ionic 1.3.1](https://github.com/driftyco/ionic/releases/tag/v1.3.1).\n\n### 0.5.0\n\n* Updated dependencies.\n* Update to [Ionic 1.3.0](https://github.com/driftyco/ionic/releases/tag/v1.3.0).\n\n### 0.4.0\n\n* Added the Ionic hooks directory.\n\n### 0.3.0\n\n* Updated dependencies.\n* Moved the repo to the Incentro account.\n\n### 0.2.0\n\n* [Changed dependency injection for the runBlock](https://github.com/incentro/generator-ionic-incubator/pull/1)\n* [Fix for SCSS path and a little typo](https://github.com/incentro/generator-ionic-incubator/pull/2)\n* [Fix error after second build](https://github.com/incentro/generator-ionic-incubator/pull/3)\n* [Refactoring SCSS part](https://github.com/incentro/generator-ionic-incubator/pull/4)\n\n### 0.1.0\n\n* Update to [Ionic 1.2.0](https://github.com/driftyco/ionic/blob/master/CHANGELOG.md#120-zirconium-zeren-2015-12-09).\n* Update the readme.\n* Change the tilde into a carret for angular-mocks.\n\n## License\n\nMIT © [Pieter Bogaerts](http://www.goedonthouden.com/)\n\n\n[npm-image]: https://badge.fury.io/js/generator-ionic-incubator.svg\n[npm-url]: https://npmjs.org/package/generator-ionic-incubator\n[travis-image]: https://travis-ci.org/incentro/generator-ionic-incubator.svg?branch=master\n[travis-url]: https://travis-ci.org/incentro/generator-ionic-incubator\n[daviddm-image]: https://david-dm.org/incentro/generator-ionic-incubator.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/incentro/generator-ionic-incubator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincentro%2Fgenerator-ionic-incubator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincentro%2Fgenerator-ionic-incubator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincentro%2Fgenerator-ionic-incubator/lists"}