We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the majority apps as name for the /app directory conveys a better understanding of the actual use case and makes it more clear that it can contain more than one application in the monorepo layout. This also aligns with the example in the /web directory documentation and the Yarn/NPM workspace configuration in the package.json file where both using the apps directory.
apps
/app
/web
package.json
The text was updated successfully, but these errors were encountered:
Rename "/app" to "/apps"
5106ca9
Using the majority `apps` as name for the `/app` directory [1] conveys a better understanding of the actual use case and makes it more clear that it can contain more than one application in the monorepo [2] layout. This also aligns with the example in the `/web` directory documentation [3] and the Yarn/NPM workspace configuration in the `package.json` file [4] where both using the `apps` directory. [1]: https://github.com/svengreb/tmpl-go/tree/main/app [2]: https://trunkbaseddevelopment.com/monorepos [3]: https://github.com/svengreb/tmpl-go/tree/main/web#example [4]: https://github.com/svengreb/tmpl-go/blob/main/package.json#L24 GH-37
Rename "/app" to "/apps" (#38)
5551df2
Using the majority `apps` as name for the `/app` directory [1] conveys a better understanding of the actual use case and makes it more clear that it can contain more than one application in the monorepo [2] layout. This also aligns with the example in the `/web` directory documentation [3] and the Yarn/NPM workspace configuration in the `package.json` file [4] where both using the `apps` directory. [1]: https://github.com/svengreb/tmpl-go/tree/main/app [2]: https://trunkbaseddevelopment.com/monorepos [3]: https://github.com/svengreb/tmpl-go/tree/main/web#example [4]: https://github.com/svengreb/tmpl-go/blob/main/package.json#L24 Closes GH-37
17e28f0
Successfully merging a pull request may close this issue.
Using the majority
apps
as name for the/app
directory conveys a better understanding of the actual use case and makes it more clear that it can contain more than one application in the monorepo layout.This also aligns with the example in the
/web
directory documentation and the Yarn/NPM workspace configuration in thepackage.json
file where both using theapps
directory.The text was updated successfully, but these errors were encountered: