1.0.16 • Published 1 year ago

mainstack-common-api v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Mainstack

Mainstack Common Library for API

Usage

  • Clone repository using command git clone https://github.com/The-Mainstack/mainstack-common-api.git
  • cd into the cloned folder using the command cd mainstack-common-api
  • Install project dependencies using the command yarn install

How To Contribute

  • Create a new branch with git checkout -b [branch-name]. Your branch name should describe the feature you are implementing. e.g
git checkout -b login-with-email
  • After making changes, run git add . to stage all of them or git add [filename] to add only specific files.
  • Commit your changes by running git commit providing a descriptive commit message e.g
git commit -m "added login with email"
  • Finally push update to remote branch with git push origin [your-branch-name] e.g
git push origin login-with-email
1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago