/ng2-plans

ng2 modules coordination repo

MIT LicenseMIT

Welcome ng2 modules coordination repository

List of modules:

ng2 modules end goal vision

IMPORTANT: All of the written above is a perfect vision of the end result; don't take it seriously from the start :)

NOTE: 90% of requirements will be solved by unified compilation of the source code, docs, gh-pages

  1. Consistency with Angular 2
  2. semver consistency (1 to 1)
  3. delivery consistency (es5 commonjs as npm, ts near to js, systemjs bundles)
  4. availability (npm, jspm)
  5. Modularity
  6. if module consists of several independent components, each component should be required independently
  7. if module includes js\html\css, it should have available versions: js, js+html, js+html+css
  8. Contributions are welcome :)
  9. Feature request, create an issue or PR to specific module
  10. Module request, create an issue or PR to this ng2-plans repo
  11. Code and style guide: should be consistent across all ng2 projects (tslint\eslint)
  12. Guidelines will be centralized in link
  13. Open source initiative:
  14. ng2-core team will have access to all ng2 projects,
  15. if needed, per module, will create teams with granted role of Team maintainer
  16. Required badges:
  17. Npm Version npm Version
  18. Npm Downloads npm downloads
  19. CI Build Status Build Status
  20. Test Coverage Test Coverage
  21. Code Quality Code Climate or Bithound bitHound Overall Score
  22. Gitter Chat Link (to Join the chat at https://gitter.im/valor-software/ng2-bootstrap)
  23. Dependencies status production and development Dependency Status devDependency Status
  24. Sauce Test Status Sauce Test Status
  25. Waffle.io throughput tasks board Throughput Graph
  26. CI build should lint, unit test and run Open Sauce UI tests
  27. Only Angular 2 native code (no 3rd party dependecies except integration modules like ng2-chars, ng2-dragula,...) NOTE: could be exceptions like moment.js for datepickers, calendar
  28. Modules required to work should be in peer dependencies (like angular2, moment, es6-shim)