{"id":14973447,"url":"https://github.com/orafaelfragoso/angular-es6-boilerplate","last_synced_at":"2025-10-27T01:30:35.500Z","repository":{"id":147550921,"uuid":"89368698","full_name":"orafaelfragoso/angular-es6-boilerplate","owner":"orafaelfragoso","description":"A simple boilerplate for Angular 1.X Components and Directives with ES6 + Karma + Webpack 2","archived":false,"fork":false,"pushed_at":"2017-05-09T15:46:58.000Z","size":58,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T01:25:23.778Z","etag":null,"topics":["angular-components","angular-directives","angular1","boilerplate","ecmascript2015","es6","karma","webpack2"],"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/orafaelfragoso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2017-04-25T14:15:57.000Z","updated_at":"2017-05-02T22:04:09.000Z","dependencies_parsed_at":"2023-05-31T15:15:27.953Z","dependency_job_id":null,"html_url":"https://github.com/orafaelfragoso/angular-es6-boilerplate","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"7504b06d0445b3fb9e33026f179fb9cd8576e9b1"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orafaelfragoso%2Fangular-es6-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orafaelfragoso%2Fangular-es6-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orafaelfragoso%2Fangular-es6-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orafaelfragoso%2Fangular-es6-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orafaelfragoso","download_url":"https://codeload.github.com/orafaelfragoso/angular-es6-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238418225,"owners_count":19468868,"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-components","angular-directives","angular1","boilerplate","ecmascript2015","es6","karma","webpack2"],"created_at":"2024-09-24T13:48:43.720Z","updated_at":"2025-10-27T01:30:35.180Z","avatar_url":"https://github.com/orafaelfragoso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular ES6 Component Boilerplate [![Build Status](https://travis-ci.org/rafaelfragosom/angular-es6-boilerplate.svg?branch=master)](https://travis-ci.org/rafaelfragosom/angular-es6-boilerplate)\n\nA simple boilerplate for Angular 1.X Directives and Components with ES6 + Karma + Webpack2\n\n## Table of Contents\n\n1. [Why?](#why)\n2. [Getting Started](#getting-started)\n    1. [Prerequisites](#prerequisites)\n    2. [Installing](#installing)\n    3. [Using](#using)\n    4. [New to Using ES6 with AngularJS 1.X?](#new-to-using-es6-with-angularjs-1x)\n6. [Built With](#built-with)\n6. [Contributing](#contributing)\n7. [Versioning](#versioning)\n8. [Authors](#authors)\n9. [To do](#to-do)\n10. [License](#license)\n\n## Why?\n\nAngular 1.X is still a thing and it's used in a lot of projects across the planet. The goal of this project is to make developers one step closer to the Angular2 synthax, using the ES6 goodies, when it comes to generating new components and directives for open source.\n\nCheck out [Angular Image Preloader](https://github.com/rafaelfragosom/angular-image-preloader)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See usage for notes on how to use the project on a live project.\n\n### Prerequisites\n\n- ^NodeJS 4.X\n- ^AngularJS 1.2.X (^1.5.X if you want to use Component())\n\n### Installing\n\n**Step 1**: Cloning the repo\n```bash\n$ git clone https://github.com/rafaelfragosom/angular-es6-boilerplate your-project-name\n$ cd your-project-name/\n```\n\n**Step 2**: Install the dependencies\n```bash\n$ npm install\n```\n\nOr using Yarn\n\n```bash\n$ yarn install\n```\n\n**Step 3**: Edit these files to build your project correctly\n```\npackage.json\nsrc/\n  /index.js\n  /demo.js\n  /demo.spec.js\n```\n\n### Using\n\n**Running your project:**\n```\nnpm start\n```\n\n### New to Using ES6 With AngularJS 1.X?\n\n[Check this out](https://thinkster.io/angularjs-es6-tutorial)\n\n## Built With\n\n* [Angular 1.X](https://angularjs.org/) - The web framework this was built for\n* [Webpack 2](https://webpack.js.org/) - Package Bundler\n* [Babel](https://babeljs.io/) - ES6 to ES5\n* [ESLint](http://eslint.org/) - JavaScript Code Linter\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/rafaelfragosom/angular-es6-boilerplate/tags).\n\n## Authors\n\n* **Rafael Fragoso** - *Initial work* - [rafaelfragosom](https://github.com/rafaelfragosom)\n\nSee also the list of [contributors](https://github.com/rafaelfragosom/angular-es6-boilerplate/contributors) who participated in this project.\n\n## TODO\n\n- [ ] Yeoman Generator\n- [ ] Demo Page\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forafaelfragoso%2Fangular-es6-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forafaelfragoso%2Fangular-es6-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forafaelfragoso%2Fangular-es6-boilerplate/lists"}