Contribution - a-tokyo/generator-at-angular GitHub Wiki

Contribution:

To Contribute:

  • Fork repository and clone it.
  • Install npm packages and create new branch.
  • Link local project to be able use generator with yo by running: npm link
  • Contribute to the project and push your changes.
  • Make a Pull Request.

Contribution guidlines:

  • This project uses gitflow to manage the repository.

Style Guide:

This project uses single-quotes, two space indentation, multiple var statements and multiple comments per function. Use a single space after keywords. Ex: var x = function() { ... }