Skip to content
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

[Feat] Expose public API #188

Closed
wants to merge 1 commit into from
Closed

Conversation

gund
Copy link

@gund gund commented Jun 21, 2019

This PR exposes ng-swagger-gen.js file as main entry point thus allowing other nodejs modules to call it directly without spawning a new process via CLI.

It is greatly improves Developer Experience and performance in cases where a lot of swagger endpoints are generated (many microservices).

So it can be used in other nodejs modules
@luisfpg
Copy link
Collaborator

luisfpg commented Jun 24, 2019

Thanks for the PR.
Sorry, but your commit re-formats the entire source code, making it hard to even see what was changed.
Please, submit a PR with only the actual changes, without reformatting.

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.

None yet

2 participants