-
Notifications
You must be signed in to change notification settings - Fork 1
[FEAT] Numscript Builder #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
fermuch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Da para ver a quantidade de esforço e dedicação que foi adicionado nesta feature. Só faltam alguns detalhes e, possivelmente, resolver a questão de como repassar contas.
Adorei como fica com hexdoc!
fermuch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
User description
A new feature that makes possible to its users build Numscripts dynamically within their Elixir application
PR Type
Enhancement, Documentation, Tests
Description
Introduced
Numscriptex.Builderfor dynamic Numscript creation.Added comprehensive tests for the
Buildermodule.Updated documentation with usage examples and guides.
Fixed minor typos and updated metadata in project files.
Changes walkthrough 📝
builder.ex
Add `Numscriptex.Builder` module for dynamic script buildinglib/numscriptex/builder.ex
Numscriptex.Buildermodule for dynamic Numscript building.build/1function with metadata validation.posting.ex
Fix typo in `Numscriptex.Posting` documentationlib/numscriptex/posting.ex
README.md
Update README with `Numscriptex.Builder` usage and badgesREADME.md
Numscriptex.Builder.builder.md
Add guide for `Numscriptex.Builder` usageguides/builder.md
Numscriptex.Builder.mix.exs
Update documentation settings and extras in `mix.exs`mix.exs
mix.exs.builder_test.exs
Add tests for `Numscriptex.Builder` moduletest/numscriptex/builder_test.exs
Numscriptex.Buildermodule.