Readme.md for initialization #4825
ArthurFrin
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yup, sounds like a good idea. Can you open PRs in the official starter kits for the same? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is no
Readme.md
after initializing a new project. I think it would be a good idea to include a default README file with useful links and commands (e.g., Discord links, documentation, start commands, etc.).Problem: There is already a
Readme.md
file in the starter kits, but it gets deleted during initialization by thecreate-adonis
script.Solutions: Add an
init.md
file in the starter kits and rename it toReadme.md
after initialization.Here is an example of a README file below:
Description
AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official
📚 AdonisJS Documentation
Run and Build
Run tests
Deployment
For detailed deployment instructions, refer to the AdonisJS Deployment Guide.
Beta Was this translation helpful? Give feedback.
All reactions