commencer

1.1.3 • Public • Published

q-auth

Easy authentication integration for beginner dev projects

How to contribute to the repository.

#Open your terminal/command prompt.
#Run the following command to configure the template
git config commit.template .gitmessage.txt
#To stage changes (simply adding changes), run:
git add &ltfile-path/file-name&gt (recommended)
#To commit the staged changes, run:
git commit #opens vim editor

to edit vim, simply press i, it changes mode to insert 
edit the template
press Esc, followed by ':wq' and voila! success
abandoning commit from vim, press Esc, followed by  '!q'

after commit, just making git push to your forked repo
create a pull request


#or
git commit -m "&ltmessage&gt" (not recommended)

User Registration

  • Registered user will get an otp on mail and need to verify it.
  • Registered user (may or may not have verified otp) can't register again.

Readme

Keywords

Package Sidebar

Install

npm i commencer

Weekly Downloads

6

Version

1.1.3

License

ISC

Unpacked Size

50.6 kB

Total Files

46

Last publish

Collaborators

  • aditya-garg-09-01-2002