-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Move OpenApiSpec to a standalone npm package #177
Conversation
Few questions to consider: is it worth keeping this code inside loopback-next as a loopback-specific thing? I was pondering the idea of creating standalone repository/package called @raymondfeng @superkhau @ritch Thoughts? |
@bajtos Can we rename it as |
@bajtos I think we can move it out anytime, here is good for now. |
packages/open-api-spec/README.md
Outdated
$ npm install --save @loopback/open-api-spec | ||
``` | ||
|
||
## Basic use |
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.
Basic use -> Usage
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.
Nope, see http://loopback.io/doc/en/contrib/README-guidelines.html#basic-use
Basic use
Tip: This section is often titled “Usage,” but we prefer “Use” because it is a shorter and more common word, and means the same thing.
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.
I stand corrected. ;)
packages/open-api-spec/README.md
Outdated
} | ||
``` | ||
|
||
IDEs like VisualStudio Code will offer auto-completion for spec properties |
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.
nit: Visual Studio
485c3d2
to
f4a18af
Compare
Thank you for the review. Here are the two follow-up issues I created:
|
Connect to #135
Next steps (I'll create a follow-up issues):
cc @bajtos @raymondfeng @ritch @superkhau