This repository was archived by the owner on Apr 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Contribution
Ahmed Tarek edited this page Jan 21, 2017
·
1 revision
- Fork repository and clone it.
- Install npm packages and create new branch.
- Link local project to be able use generator with
yoby running:npm link - Contribute to the project and push your changes.
- Make a Pull Request.
- This project uses gitflow to manage the repository.
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() { ... }