###Step to use the Template
- Clone the code from repo
- Add you code in src folder.
- Export all your functions from src/index.ts file.
- replace branch name at line 9 in .github/workflows/npm-publish.yml.
- Create the separate repo
- add Npm registry access token as secret to github repo. name of the secret is npm_token
- push the code the github repo.