{"id":18272322,"url":"https://github.com/c0zen/generator-cozen-angular","last_synced_at":"2026-04-28T11:02:01.963Z","repository":{"id":57246349,"uuid":"111123127","full_name":"C0ZEN/generator-cozen-angular","owner":"C0ZEN","description":" Use it to help you create AngularJS applications.","archived":false,"fork":false,"pushed_at":"2023-12-15T11:53:20.000Z","size":455,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T11:17:16.109Z","etag":null,"topics":["altran","angular","c0zen","generator","scaffolding","yeoman"],"latest_commit_sha":null,"homepage":null,"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/C0ZEN.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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-17T16:04:42.000Z","updated_at":"2017-12-22T16:09:36.000Z","dependencies_parsed_at":"2024-11-05T11:45:14.361Z","dependency_job_id":"df303f39-eaf3-4af6-9f23-10fdb43160fd","html_url":"https://github.com/C0ZEN/generator-cozen-angular","commit_stats":null,"previous_names":["c0zen/generator-altran-angular"],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C0ZEN%2Fgenerator-cozen-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C0ZEN%2Fgenerator-cozen-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C0ZEN%2Fgenerator-cozen-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C0ZEN%2Fgenerator-cozen-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/C0ZEN","download_url":"https://codeload.github.com/C0ZEN/generator-cozen-angular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968526,"owners_count":21025847,"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":["altran","angular","c0zen","generator","scaffolding","yeoman"],"created_at":"2024-11-05T11:41:56.376Z","updated_at":"2026-04-28T11:01:56.925Z","avatar_url":"https://github.com/C0ZEN.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-cozen-angular \n[![Software License][license-image]](LICENSE) [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![devDependencies Status][daviddm-dev-image]][daviddm-dev-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Maintainability][code-climate-maintainability-image]][code-climate-maintainability-url] [![Test Coverage][code-climate-coverage-image]][code-climate-coverage-url]\n\u003e Use this yeoman generator to help you create AngularJS applications based to works properly with the Altran Angular Library. Note that the library is optional.\n\n## Installation\n\nIf you're on Windows, do yourself a favor and use [cmder](http://cmder.net/) instead of `cmd.exe`.  \nCheckout this [documentation](https://c0zen.github.io/angular-wiki/cmder/install/) to install it.\n\nFirst, install [Yeoman](http://yeoman.io) globally and the generator-cozen-angular globally 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-cozen-angular\n```\n\nThen generate your new project:\n\n```bash\nyo cozen-angular [--skip-install]\n```\n\nAfter the successful run of the app generator, you should ensure that all dependencies are properly installed.  \nJust run this command, which will also update the bower dependencies:\n\n```bash\nnpm install\n```\n\nAfter that, your projects is ready.  \nYou can start the local server:\n\n```bash\ngrunt serve\n```\n\n**Note:**  \nFor now, the link to `altran-angular-lib` is private.  \nThe `grunt serve` task will not works and the dependencies will fail on install.  \nThis is a temporary situation, the lib will be pushed to the public in a few.\n\nNevertheless the Altran Angular Lib dependency is optional so you can always use this generator.\n\nTo list all sub-generators and run them faster:\n\n```bash\nyo cozen-angular:help\n```\n\nTo create or update a new generator config:\n\n```bash\nyo cozen-angular:config\n```\n\nTo create a new view:\n\n```bash\nyo cozen-angular:view\n```\n\nTo create a new service:\n\n```bash\nyo cozen-angular:service\n```\n\nTo create a new controller:\n\n```bash\nyo cozen-angular:controller\n```\n\nTo create a new filter:\n\n```bash\nyo cozen-angular:filter\n```\n\nTo create a new constant:\n\n```bash\nyo cozen-angular:constant\n```\n\nTo create a new provider:\n\n```bash\nyo cozen-angular:provider\n```\n\nTo create a new state:\n\n```bash\nyo cozen-angular:state\n```\n\nTo create a new directive:\n\n```bash\nyo cozen-angular:directive\n```\n\n## Contributing\n\nCheck out the [Contributing](CONTRIBUTING.md) file.\n\n## Built With\n\n* [Yeoman](http://yeoman.io/) - The Web's scaffolding tool for modern webapps\n\n## Getting To Know Yeoman\n\n* Yeoman has a heart of gold.\n* Yeoman is a person with feelings and opinions, but is very easy to work with.\n* Yeoman can be too opinionated at times but is easily convinced not to be.\n* Feel free to [learn more about Yeoman](http://yeoman.io/).\n\n## Authors\n\n* **Geoffrey Testelin** - Front-End Developer - [C0ZEN](https://github.com/C0ZEN)\n\n## Documentation\n\nYou can also see me [beautifully](https://c0zen.github.io/generator-cozen-angular/).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat\n[npm-image]: https://badge.fury.io/js/generator-cozen-angular.svg\n[npm-url]: https://npmjs.org/package/generator-cozen-angular\n[travis-image]: https://travis-ci.org/C0ZEN/generator-cozen-angular.svg?branch=master\n[travis-url]: https://travis-ci.org/C0ZEN/generator-cozen-angular\n[daviddm-image]: https://david-dm.org/C0ZEN/generator-cozen-angular/status.svg\n[daviddm-url]: https://david-dm.org/C0ZEN/generator-cozen-angular\n[daviddm-dev-image]: https://david-dm.org/C0ZEN/generator-cozen-angular/dev-status.svg\n[daviddm-dev-url]: https://david-dm.org/C0ZEN/generator-cozen-angular?type=dev\n[coveralls-image]: https://coveralls.io/repos/github/C0ZEN/generator-cozen-angular/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/github/C0ZEN/generator-cozen-angular?branch=master\n[code-climate-maintainability-image]: https://api.codeclimate.com/v1/badges/f44fecff6e1c0ba26bf9/maintainability\n[code-climate-maintainability-url]: https://codeclimate.com/github/C0ZEN/generator-cozen-angular/maintainability\n[code-climate-coverage-image]: https://api.codeclimate.com/v1/badges/f44fecff6e1c0ba26bf9/test_coverage\n[code-climate-coverage-url]: https://codeclimate.com/github/C0ZEN/generator-cozen-angular/test_coverage","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0zen%2Fgenerator-cozen-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc0zen%2Fgenerator-cozen-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0zen%2Fgenerator-cozen-angular/lists"}