-
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
Update Getting-started.md #4629
Conversation
There's nothing about creating a file yourself. CLI's are terribly untrustworthy, and do nothing to explain what's actually going on. The examples are currently the only means of creating a project without magic.
Thank you for submitting a PR. I'm afraid that your proposed change does not seem be very constructive.
Can you be more specific about the challenges you have and issues you run into with our CLI? Please elaborate so that we can understand your pain points. Did you have chances to check out the following docs? |
Using a CLI to generate code is like using a WYSIWYG to create a website. I'm currently trying to write up some docs on how to simply write code to create a project, and the only way forwards has been to look at the examples. |
Thank you @SephReed for the pull request and starting a discussion about enabling developers to build LoopBack applications without CLI. I think I understand your point of view, I have written countless small LoopBack applications without using our CLI and the conventional bootstrapper ( The key requirement is to make such documentation positive and constructive. I understand you may be frustrated by the current lack of resources to support your use case, but there is no need to spread those negative emotions to other LoopBack users! It's important to realize that documentation is always a living document and work in progress, it can never answer all questions. Partly because it's not possible to anticipate them, partly because we have limited time available and have to carefully prioritize what parts of our docs are worth investing into, both in terms of initial writing but also ongoing maintenance. To move this pull request forward, I'd like to propose two specific steps:
I think it's best to build this doc iteratively in small incremental pull requests 💪 I am happy to help you fill the missing bits where needed. |
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the |
There's nothing about creating a file yourself. CLI's are terribly untrustworthy, and do nothing to explain what's actually going on. The examples are currently the only means of creating a project without magic.
Checklist
👉 Read and sign the CLA (Contributor License Agreement) 👈
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈