- Before adding any new feature or a fix make sure to open an issue first!
- Clone the project, and install dependencies.
$ git clone https://github.com/danrevah/typeserializer.git
$ npm install- Create a new branch
$ git checkout -b feat/myFeature - OR: *
$ git checkout -b fix/myBugFix Add tests & make sure everything is running properly.
$ npm testCommit, push and make a new pull request!