Skip to content

Fix #234 automate src/index.ts#235

Merged
iamdevlinph merged 2 commits into
mainfrom
fix-234/automate-src-index
May 11, 2026
Merged

Fix #234 automate src/index.ts#235
iamdevlinph merged 2 commits into
mainfrom
fix-234/automate-src-index

Conversation

@iamdevlinph
Copy link
Copy Markdown
Owner

Closes: #234


  • This PR will add a new method
  • New method directory src/<method_name>/
  • Created method file under src/<method_name>/<method_name>.ts
  • Added jsdoc comments in the method file
  • Created a test under src/<method_name>/<method_name>.test.ts
  • Export the method file in main entry file src/index.ts
  • Generate docs

  • Bump package version to 1.0.x (patch) OR 1.x.0 (minor)
  • Update the changelog.md

@iamdevlinph iamdevlinph merged commit e6c51bc into main May 11, 2026
6 checks passed
@iamdevlinph iamdevlinph deleted the fix-234/automate-src-index branch May 11, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Automate exporting of new entry inside src/index.ts

1 participant